.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#
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Build Runner Base"]
|
||||
types:
|
||||
- completed
|
||||
# workflow_run:
|
||||
# workflows: ["Build Runner Base"]
|
||||
# types:
|
||||
# - completed
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
build_csharp:
|
||||
runs-on: 'priviliged'
|
||||
|
|
Loading…
Reference in a new issue