Skip to content

Commit e944101

Browse files
build on push
1 parent 771e943 commit e944101

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build node-fibers with prebuilt Node
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- v20.18.3
58

69
jobs:
710
build-fibers:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build node-packages with prebuilt Node
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- v20.18.3
58

69
jobs:
710
build-packages:

.github/workflows/build-node.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Node
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- v20.18.3
58

69
jobs:
710
build-node:

0 commit comments

Comments
 (0)