Skip to content

run the test matrix also when running the release workflow and on mai… #77

run the test matrix also when running the release workflow and on mai…

run the test matrix also when running the release workflow and on mai… #77

Workflow file for this run

name: Test
on: push
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit