Skip to content

Commit 50c5b2b

Browse files
committed
Remove check for the master branch since releases are attached to tags
1 parent 4d61ac1 commit 50c5b2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish-workflow.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
name: Publish
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Cancel if not the master branch # workaround has `on` doesn't have this filter
13-
run: exit 1
14-
if: github.ref != 'refs/heads/master'
1512
- uses: actions/checkout@v1
1613
- name: Use Node.js 12.x
1714
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)