Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 1f4944c

Browse files
committed
ci(publish): only run publish script on master branch
Signed-off-by: Jonah Snider <[email protected]>
1 parent ce2f02b commit 1f4944c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138

139139
needs: [lint, style, e2e-local]
140140

141+
if: ${{ github.ref == 'refs/heads/master' }}
142+
141143
steps:
142144
- name: Checkout git repository
143145
uses: actions/checkout@v2

0 commit comments

Comments
 (0)