Skip to content

feat(zksync-sepolia): add zksync sepolia deployment #84

feat(zksync-sepolia): add zksync sepolia deployment

feat(zksync-sepolia): add zksync sepolia deployment #84

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit