Skip to content

Commit 8fb91ca

Browse files
committedJan 25, 2020
ci(github): 👷 run semantic-release only on master
1 parent 57b0611 commit 8fb91ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: yarn build:rollup
4343

4444
release:
45-
if: github.ref == 'master'
45+
if: github.ref == 'refs/heads/master'
4646
needs: build
4747
name: Release
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.