mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-12 21:09:24 +00:00
Unit tests do not run on master push
They are only trigerred on PRs
This commit is contained in:
6
.github/workflows/unittests.yml
vendored
6
.github/workflows/unittests.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: Unit Testing
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
@ -64,6 +62,4 @@ jobs:
|
||||
python -m pip install black==22.6.0
|
||||
|
||||
- name: Check linting
|
||||
run: black --check .
|
||||
|
||||
|
||||
run: black --check .
|
Reference in New Issue
Block a user