Skip to content

test

test #10

Workflow file for this run

name: test
on:
push:
branches:
- master
- 'deployment/**'
pull_request:
branches:
- '**'
jobs:
check:
uses: ./.github/workflows/basic_check.yml
test:
uses: ./.github/workflows/test.yml
deployment:
needs:
- test
- check
uses: ./.github/workflows/deployment.yml
secrets: inherit