Skip to content

Commit aef1894

Browse files
authoredJan 15, 2024
ci: run tests on every branch (#2256)
1 parent 092c37c commit aef1894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, '[0-9]+.x']
66
pull_request:
77
branches: ['**']
88

0 commit comments

Comments
 (0)
Please sign in to comment.