Skip to content

Commit

Permalink
chore(eth-multisig-v4): add arbeth and opeth config
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Nov 15, 2023
1 parent 0104a97 commit 82d912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
deploy-to-prod:
runs-on: ubuntu-latest
needs: [lint-and-test, get-network]
if: ${{ (needs.get-network.outputs.network == 'eth' ) || (needs.get-network.outputs.network == 'matic' ) || (needs.get-network.outputs.network == 'bsc' ) }}
if: ${{ (needs.get-network.outputs.network == 'eth' ) || (needs.get-network.outputs.network == 'matic' ) || (needs.get-network.outputs.network == 'bsc' ) || (needs.get-network.outputs.network == 'arbeth' ) || (needs.get-network.outputs.network == 'opeth' ) }}
environment: mainnet
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 82d912f

Please sign in to comment.