Skip to content

Commit 690e708

Browse files
cleanup workflow triggers
1 parent 2c74d63 commit 690e708

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/build-node-fibers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
workflows: [Build Node]
77
types:
88
- completed
9+
pull_request:
10+
paths: .github/workflows/build-node-fibers.yml
911

1012
jobs:
1113
build-fibers:

.github/workflows/build-node-packages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: Build node-packages with prebuilt Node
22

33
on:
4-
push:
5-
branches:
6-
- workflows-packages
74
workflow_dispatch:
85
workflow_run:
96
workflows: [Build Node]
107
types:
118
- completed
9+
pull_request:
10+
paths: .github/workflows/build-node-packages.yml
1211

1312
jobs:
1413
build-packages:

.github/workflows/build-node.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Build Node
22

33
on:
4-
push:
5-
branches:
6-
- v20.18.3
7-
- workflows-for-v20.18.3
4+
workflow_dispatch:
85
pull_request:
96
paths: .github/workflows/build-node.yml
107

0 commit comments

Comments
 (0)