Skip to content

Commit

Permalink
Merge pull request #100 from Zilliqa/develop
Browse files Browse the repository at this point in the history
fix: enable devnet and testnet deployment on release (#99)
  • Loading branch information
frankmeds authored Jan 17, 2025
2 parents 9357b65 + ee80ea7 commit 62d1940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
id-token: write
contents: write
runs-on: ubuntu-22.04
if: github.actor != 'dependabot[bot]' && github.ref_name == 'main'
if: github.event_name == 'release'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 62d1940

Please sign in to comment.