We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e982748 commit 72071fbCopy full SHA for 72071fb
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
publish:
37
runs-on: ubuntu-latest
38
- if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' }}
+ if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/alpha' }}
39
needs: [quality]
40
steps:
41
- uses: actions/checkout@v4
0 commit comments