From dc9444602d23223b3404d299d202570d3c9ebe5c Mon Sep 17 00:00:00 2001 From: David Brownman Date: Mon, 23 Feb 2026 15:31:43 -0800 Subject: [PATCH] don't publish private-preview javadocs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86c0dbccc2e..38c2cf60ec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,6 +153,7 @@ jobs: ((github.event_name == 'workflow_dispatch') || (github.event_name == 'push')) && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'beta') && + !contains(github.ref, 'alpha') && endsWith(github.actor, '-stripe') needs: [build, test] runs-on: "ubuntu-24.04"