15 lines
177 B
YAML
15 lines
177 B
YAML
name: on push to main
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
concurrency:
|
|
group: main
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
unit_tests:
|
|
uses: ./.github/workflows/tox.yaml
|