Skip to content

tell Changeset we're public now #11

tell Changeset we're public now

tell Changeset we're public now #11

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main, next]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: [lint, test]
uses: ./.github/workflows/release.yml
secrets: inherit