aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-04-18 12:24:37 -0700
committerRob Mensching <rob@firegiant.com>2023-04-18 13:19:32 -0700
commitbe3e3294cc62b622a67acfc206d1a98b1a41a0cc (patch)
tree51a7404f989017329744d5da4957e65014337481 /.github
parent3b617d74241cb54fcbb85989538a681f7134349b (diff)
downloadwix-be3e3294cc62b622a67acfc206d1a98b1a41a0cc.tar.gz
wix-be3e3294cc62b622a67acfc206d1a98b1a41a0cc.tar.bz2
wix-be3e3294cc62b622a67acfc206d1a98b1a41a0cc.zip
Catch a few left over references to v4
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