Skip to content

add workflows for different stages #20

add workflows for different stages

add workflows for different stages #20

Workflow file for this run

name: Run Tests on Branch
on:
push:
branches:
- '**'
- '!master'
- '!staging'
jobs:
call-tests:
uses: ./.github/workflows/tests.yml
secrets: inherit