Skip to content

Commit

Permalink
ci: default branch is "master"
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Nov 17, 2023
1 parent 91889ea commit 12edf79
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 @@ -20,7 +20,7 @@ jobs:
yarn test
- name: Trigger deploy
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
Expand Down

0 comments on commit 12edf79

Please sign in to comment.