Skip to content

Commit

Permalink
Show when workflow is initiated due to a tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 22, 2023
1 parent 9557fe7 commit 7fe4e9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ jobs:
if: github.ref_name == 'main'
run: ./Build/tag-with-semver.ps1
shell: pwsh
- name: Debug Output
if: contains(github.ref, 'refs/tags/')
run: Write-Output 'This was a tag push!'
shell: pwsh

0 comments on commit 7fe4e9a

Please sign in to comment.