Skip to content

Commit

Permalink
test: setup local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Jun 17, 2024
1 parent 6b797aa commit 4713112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/master' }}
if: ${{ github.ref != 'refs/heads/desktop-build' }}

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

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

0 comments on commit 4713112

Please sign in to comment.