Skip to content

Commit edcdd1a

Browse files
committed
Create a v6 integration branch for back-porting features
1 parent a7f7581 commit edcdd1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy Package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, v6 ]
99

1010
jobs:
1111
build:

.github/workflows/node.js.yml

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

66
on:
77
pull_request:
8-
branches: [ master, next-major ]
8+
branches: [ master, v6 ]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)