Skip to content

Commit 1ff6daa

Browse files
committed
fix(ci): prevent PRs from pushing to release branch
1 parent 9ab033f commit 1ff6daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/booklet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
path: ${{ env.OUT_PATH }}
4848

4949
- name: 🎉 Push to stable branch
50+
if: github.event_name == 'push'
5051
uses: s0/git-publish-subdir-action@develop
5152
env:
5253
REPO: self

0 commit comments

Comments
 (0)