Skip to content

Commit 10e06b1

Browse files
committed
pipe1
1 parent a2e083e commit 10e06b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node.js.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Node.js CI
33

44
on:
55
push:
6-
# Pattern matched against refs/tags
6+
branches:
7+
- main
78
tags:
8-
- '*' # Push events to every tag not containing /
9+
- '*'
910

1011
env:
1112
NODE_VERSION: 22.x

0 commit comments

Comments
 (0)