Skip to content

Commit 061bc58

Browse files
Merge pull request #12 from MaddyGuthridge/maddy-run-workflows-on-version-branches
Run CI on version branches
2 parents c9b692f + 9b97b12 commit 061bc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Test and lint
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
branches: [ "main", "v[0-9]+.[0-9]+.x", "v[0-9]+.x" ]
99
pull_request:
10-
branches: [ "main" ]
10+
branches: [ "main", "v[0-9]+.[0-9]+.x", "v[0-9]+.x" ]
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)