Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
phoughton committed May 22, 2024
1 parent 5bdc347 commit 8521178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Only run this job if "build" has ended successfully
needs:
- build-and-test
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
Expand Down

0 comments on commit 8521178

Please # to comment.