Skip to content

Commit f82c3ea

Browse files
authored
Update README.md
1 parent 625e9c7 commit f82c3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test:
1212

1313
deploy:
1414
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
15+
if: github.ref == 'refs/heads/main' # Only run this job if it is on the main branch
1616

1717
runs-on: ubuntu-latest
1818

0 commit comments

Comments
 (0)