aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/test-report.yml4
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 @@
1name: Build WiX Toolset v4 1name: Build WiX Toolset v5
2 2
3on: 3on:
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 @@
1name: Build WiX Toolset v4 Test Report 1name: Build WiX Toolset v5 Test Report
2 2
3on: 3on:
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