Skip to content

Commit

Permalink
chore(ci): restrict push to main/release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 6, 2024
1 parent 97f3ffd commit 901e86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fhevm-coprocessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
packages: "write"
with:
working-directory: "."
push_image: true
push_image: ${{ github.event_name == 'release' || github.ref_name == 'main' }}
image-name: "fhevm-coprocessor"
generate-dev-image: false
docker-file: "fhevm-engine/coprocessor/Dockerfile"
Expand Down

0 comments on commit 901e86b

Please sign in to comment.