Skip to content

Commit

Permalink
fix(CI.yml): update the branch name from 'master' to 'main' to align …
Browse files Browse the repository at this point in the history
…with the default branch name change in GitHub.
  • Loading branch information
multipliedtwice committed May 29, 2024
1 parent 0c80f89 commit 4be846d
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 @@ -39,7 +39,7 @@ jobs:

Publish:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- name: Use Node.js
Expand Down

0 comments on commit 4be846d

Please sign in to comment.