Skip to content

Merge pull request #11 from chialab/changeset-release/main #48

Merge pull request #11 from chialab/changeset-release/main

Merge pull request #11 from chialab/changeset-release/main #48

Workflow file for this run

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