Skip to content

Commit

Permalink
fix: restore master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Jun 18, 2024
1 parent cd79c16 commit cf173f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/calimero_node_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu]
if: ${{ github.ref != 'refs/heads/desktop-build' }}
if: ${{ github.ref != 'refs/heads/master' }}

steps:
- name: Restore build artifact
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
strategy:
matrix:
target: [x86_64-unknown-linux-gnu, aarch64-unknown-linux-gnu]
if: ${{ github.ref == 'refs/heads/desktop-build' || (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'desktop-build') }}
if: ${{ github.ref == 'refs/heads/master' || (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master') }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit cf173f9

Please sign in to comment.