Skip to content

Commit 6eab353

Browse files
committed
ci: Limit push CI to master
1 parent 3490bec commit 6eab353

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Node CI
33
on:
44
pull_request: {}
55
push:
6-
branches-ignore:
7-
- trying.tmp
8-
- staging.tmp
6+
branches:
7+
- master
98

109
jobs:
1110
build:

0 commit comments

Comments
 (0)