Skip to content

Commit

Permalink
release only run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm committed May 23, 2024
1 parent 5a5452b commit 0cb92f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
path: ~/artifacts

- name: Check if continuous_build release exists
if: github.event_name == 'push'
run: |
if gh release view continuous_build --repo $GITHUB_REPOSITORY &> /dev/null; then
gh release delete continuous_build --repo $GITHUB_REPOSITORY --cleanup-tag --yes
Expand Down

0 comments on commit 0cb92f3

Please sign in to comment.