Skip to content

fix(provider): only check for perform #63

fix(provider): only check for perform

fix(provider): only check for perform #63

Workflow file for this run

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