Skip to content

Commit f28b236

Browse files
author
David Montague
committedFeb 10, 2020
Iterating on publish workflow
1 parent c5a4eaa commit f28b236

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/publish.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: publish
22

33
on:
4-
registry_package:
5-
types: [published]
4+
push:
5+
branches:
6+
- master
67

78
jobs:
89
publish:
10+
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
911
runs-on: ubuntu-latest
1012
strategy:
1113
max-parallel: 1

0 commit comments

Comments
 (0)