Skip to content

Commit

Permalink
fix: update main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
imconnorngl committed Nov 30, 2024
1 parent 465f333 commit 5a39807
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
@@ -35,7 +35,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: quality
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout Repo
uses: actions/checkout@v3

0 comments on commit 5a39807

Please sign in to comment.