diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test-report.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13792747..466cc796 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -1,4 +1,4 @@ | |||
1 | name: Build WiX Toolset v4 | 1 | name: Build WiX Toolset v5 |
2 | 2 | ||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 62ebbfe2..8780851a 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml | |||
@@ -1,8 +1,8 @@ | |||
1 | name: Build WiX Toolset v4 Test Report | 1 | name: Build WiX Toolset v5 Test Report |
2 | 2 | ||
3 | on: | 3 | on: |
4 | workflow_run: | 4 | workflow_run: |
5 | workflows: [ 'Build WiX Toolset v4' ] | 5 | workflows: [ 'Build WiX Toolset v5' ] |
6 | types: [ completed ] | 6 | types: [ completed ] |
7 | branches-ignore: | 7 | branches-ignore: |
8 | - master | 8 | - master |