Skip to content

Commit ec97266

Browse files
committed
update workflow to run on branches version/*
1 parent 7c465f3 commit ec97266

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: Node.js CI
55

66
on:
77
pull_request:
8-
branches: [ master ]
8+
branches:
9+
- master
10+
- version/*
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)