Skip to content

Commit 9bb879a

Browse files
authored
Update release.yml
1 parent 2db396b commit 9bb879a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
push-branch: '{branch}-release'
3434

3535
- uses: actions/upload-artifact@v2
36+
if: github.event_name != 'delete'
3637
with:
3738
name: built
3839
path: ./
@@ -43,6 +44,7 @@ jobs:
4344
test_saving_built:
4445
runs-on: ubuntu-latest
4546
needs: build
47+
if: github.event_name != 'delete'
4648

4749
steps:
4850
- uses: actions/checkout@v2
@@ -121,6 +123,7 @@ jobs:
121123
test_saving_pulled:
122124
runs-on: ubuntu-latest
123125
needs: build
126+
if: github.event_name != 'delete'
124127

125128
steps:
126129
- name: Extract

0 commit comments

Comments
 (0)