Skip to content

Commit

Permalink
we use main, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Dec 6, 2023
1 parent ca3d4da commit 6ef6762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
# Only push if this is develop, otherwise we just want to build
# On a PR github.ref is the target branch, so don't push for that either
PUSH: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
PUSH: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}

steps:
- name: Check out
Expand Down

0 comments on commit 6ef6762

Please sign in to comment.