diff options
| author | Rob Mensching <rob@firegiant.com> | 2023-04-18 12:24:37 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-04-18 13:19:32 -0700 |
| commit | be3e3294cc62b622a67acfc206d1a98b1a41a0cc (patch) | |
| tree | 51a7404f989017329744d5da4957e65014337481 /.github/workflows | |
| parent | 3b617d74241cb54fcbb85989538a681f7134349b (diff) | |
| download | wix-be3e3294cc62b622a67acfc206d1a98b1a41a0cc.tar.gz wix-be3e3294cc62b622a67acfc206d1a98b1a41a0cc.tar.bz2 wix-be3e3294cc62b622a67acfc206d1a98b1a41a0cc.zip | |
Catch a few left over references to v4
Diffstat (limited to '.github/workflows')
| -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 |
