Skip to content

Commit

Permalink
fix: replace main ref
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Jun 14, 2024
1 parent 7e35d71 commit ef1680e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/calimero_node_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
target: [x86_64-apple-darwin, aarch64-apple-darwin]
if: ${{ github.ref != 'refs/heads/main' }}
if: ${{ github.ref != 'refs/heads/master' }}

steps:
- name: Restore build artifact
Expand All @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
target: [x86_64-apple-darwin, aarch64-apple-darwin]
if: ${{ github.ref == 'refs/heads/main' || (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main') }}
if: ${{ github.ref == 'refs/heads/master' || (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master') }}

steps:
- name: Setup gh CLI
Expand Down

0 comments on commit ef1680e

Please sign in to comment.