Skip to content

Commit

Permalink
Correct primary branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Aug 21, 2020
1 parent 9c4b4e1 commit 43135d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Deploy
needs: [test]
runs-on: ubuntu-latest
if: ${{ github.ref=='refs/heads/master' && github.event_name!='pull_request' }}
if: ${{ github.ref=='refs/heads/main' && github.event_name!='pull_request' }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 43135d9

Please sign in to comment.