Skip to content

Integrate Etherform to saving-circles repo #4

Integrate Etherform to saving-circles repo

Integrate Etherform to saving-circles repo #4

Workflow file for this run

name: Foundry CI & Deploy
on:
pull_request:
push:
branches:
- main
jobs:
foundry-cicd:
uses: BreadchainCoop/etherform/.github/workflows/_foundry-cicd.yml@main
with:
# --- CI options ---
check-formatting: true
test-verbosity: 'vvv'
# Deploy to testnet on PRs
deploy-on-pr: true
# Start with false for mainnet until we're ready
deploy-on-main: false
secrets: inherit