Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg authored Jan 22, 2021
1 parent 625e9c7 commit f82c3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test:

deploy:
needs: test # Will only run if the test job succeeds
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

runs-on: ubuntu-latest

Expand Down

0 comments on commit f82c3ea

Please sign in to comment.