Skip to content

Merge branch 'main' of github.com:Rubilmax/ethers-multicall-provider #83

Merge branch 'main' of github.com:Rubilmax/ethers-multicall-provider

Merge branch 'main' of github.com:Rubilmax/ethers-multicall-provider #83

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