mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
Update run_pytest.yml
+ Pull-Request
This commit is contained in:
parent
056de68ce2
commit
2c21884a61
1 changed files with 4 additions and 1 deletions
5
.github/workflows/run_pytest.yml
vendored
5
.github/workflows/run_pytest.yml
vendored
|
|
@ -1,6 +1,9 @@
|
||||||
name: pytest
|
name: pytest
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
workflow_dispatch: # Hier manuelles Starten erlauben
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue