mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-04 15:49:57 +01:00
Update run_pytest.yml
+ Pull-Request
This commit is contained in:
parent
056de68ce2
commit
2c21884a61
5
.github/workflows/run_pytest.yml
vendored
5
.github/workflows/run_pytest.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: pytest
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
workflow_dispatch: # Hier manuelles Starten erlauben
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue