mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Update run_pytest.yml
Auskommentieren von workflow_dispatch
This commit is contained in:
parent
3680f0a0d7
commit
1a0f981c5c
2
.github/workflows/run_pytest.yml
vendored
2
.github/workflows/run_pytest.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: pytest
|
name: pytest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Hier manuelles Starten erlauben
|
#workflow_dispatch: # Hier manuelles Starten erlauben, automatisch nach jedem Commit
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue