Skip to content

Commit 72071fb

Browse files
committed
ci: alpha release
1 parent e982748 commit 72071fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
publish:
3737
runs-on: ubuntu-latest
38-
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' }}
38+
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/alpha' }}
3939
needs: [quality]
4040
steps:
4141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)