.gitea/workflows/c#.yml aktualisiert
All checks were successful
Build Runner Base / build_act (push) Successful in 41s

This commit is contained in:
Snoweuph 2024-05-09 20:58:52 +00:00
parent 438eb0788e
commit bb24b90fc2

View file

@ -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'