.gitea/workflows/c#.yml aktualisiert
All checks were successful
Build Runner Base / build_act (push) Successful in 41s
All checks were successful
Build Runner Base / build_act (push) Successful in 41s
This commit is contained in:
parent
438eb0788e
commit
bb24b90fc2
1 changed files with 7 additions and 4 deletions
|
@ -1,10 +1,13 @@
|
||||||
name: Build Runner c#
|
name: Build Runner c#
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
# workflow_run:
|
||||||
workflows: ["Build Runner Base"]
|
# workflows: ["Build Runner Base"]
|
||||||
types:
|
# types:
|
||||||
- completed
|
# - completed
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
build_csharp:
|
build_csharp:
|
||||||
runs-on: 'priviliged'
|
runs-on: 'priviliged'
|
||||||
|
|
Loading…
Reference in a new issue