Skip to content

Commit 8b1a171

Browse files
authored
Fix upload-artifacts job launch rules (#97)
1 parent 8457184 commit 8b1a171

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/upload-artifacts.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@
22
# runner must have `docker` and `curl` installed (true on github-runners)
33

44
name: upload-artifacts
5-
# on:
6-
# push:
7-
# branches:
8-
# - master
9-
# pull_request:
10-
# workflow_dispatch:
115
on:
12-
pull_request:
13-
types:
14-
- closed
6+
push:
7+
branches:
8+
- master
159
jobs:
1610
upload-artifacts:
17-
if: github.event.pull_request.merged
1811
runs-on: ubuntu-latest
1912
steps:
2013
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)