diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7385584..022821f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -9,6 +9,10 @@ on: | |||
9 | branches: | 9 | branches: |
10 | - master | 10 | - master |
11 | - develop | 11 | - develop |
12 | workflow_dispatch: | ||
13 | inputs: | ||
14 | tags: | ||
15 | manual: true | ||
12 | 16 | ||
13 | env: | 17 | env: |
14 | DOTNET_NOLOGO: true | 18 | DOTNET_NOLOGO: true |