Skip to content

Commit

Permalink
feat: beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Oct 28, 2024
1 parent d0bc541 commit e830783
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/beta' }}
needs: [quality]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e830783

Please sign in to comment.