mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-02-19 13:54:15 +01:00
run pytest also on PRs
This commit is contained in:
parent
4903e52142
commit
61312b76de
2
.github/workflows/run_pytest.yml
vendored
2
.github/workflows/run_pytest.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: pytest
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue