Skip to content

Commit

Permalink
ci: release on alpha ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Nov 19, 2024
1 parent 4cfe411 commit cfe845a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' }}
needs: [quality]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cfe845a

Please sign in to comment.