Skip to content

Commit 050a0e2

Browse files
authored
Merge pull request #5 from satackey/fix-errors-on-deleting-release-branches
Fix errors on deleting release branches
2 parents 2db396b + 9bb879a commit 050a0e2

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)