Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c7f9410

Browse files
authored
Do not run 'publish_branch' on master (#7)
1 parent 5ad4108 commit c7f9410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "publish-branch"
22

33
on:
44
push:
5+
branches-ignore:
6+
- master
57

68
jobs:
79
npm-publish:

0 commit comments

Comments
 (0)