We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625e9c7 commit f82c3eaCopy full SHA for f82c3ea
README.md
@@ -12,7 +12,7 @@ test:
12
13
deploy:
14
needs: test # Will only run if the test job succeeds
15
- if: github.ref == 'refs/heads/master' # Only run this job if it is on the master branch
+ if: github.ref == 'refs/heads/main' # Only run this job if it is on the main branch
16
17
runs-on: ubuntu-latest
18
0 commit comments