diff options
author | Rob Mensching <rob@firegiant.com> | 2022-07-26 17:51:10 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-08-01 22:24:31 -0700 |
commit | 457ef57f96c1706a63e8f848be3e07a58e7de6a3 (patch) | |
tree | 7b596fb28f0fb702fe7815fbdc9086c7c1efa40e /.github | |
parent | a627ca9b720047e633a8fe72003ab9bee31006c5 (diff) | |
download | wix-457ef57f96c1706a63e8f848be3e07a58e7de6a3.tar.gz wix-457ef57f96c1706a63e8f848be3e07a58e7de6a3.tar.bz2 wix-457ef57f96c1706a63e8f848be3e07a58e7de6a3.zip |
Enable manual build
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 |