Skip to content

Commit

Permalink
chore: switch release to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Mar 15, 2024
1 parent 5656312 commit c578f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: npm run tap

release:
if: github.ref == 'refs/heads/master' # only run on master
if: github.ref == 'refs/heads/main' # only run on main
needs: test
name: Release snyk-to-html
runs-on: ubuntu-latest
Expand Down

0 comments on commit c578f17

Please sign in to comment.