Skip to content

Commit

Permalink
Always build MSI & don't set tag for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 21, 2023
1 parent c53131a commit 0eaeeb6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
gist_description: "code-coverage-${{ github.ref_name }}"
gist_file_name: fmsync-code-coverage-${{ github.ref_name }}.svg
file_path: tests/TestResults/badge_shieldsio_linecoverage_green.svg
- name: Set SemVer Tag
if: (github.ref_name == 'main' || github.event_name == 'pull_request') && matrix.os == 'windows-latest'
run: ./Build/set-semver-tag.ps1
shell: pwsh
- name: Build Windows Installer
if: (github.ref_name == 'main' || github.event_name == 'pull_request') && matrix.os == 'windows-latest'
if: matrix.os == 'windows-latest'
run: ./Build/build-windows-installer.ps1
shell: pwsh
shell: pwsh
- name: Set SemVer Tag
if: github.event_name != 'pull_request' && matrix.os == 'windows-latest'
run: ./Build/set-semver-tag.ps1
shell: pwsh

0 comments on commit 0eaeeb6

Please sign in to comment.