Skip to content

Commit b89bd08

Browse files
authored
Update workflows to run on 2.x. (#1441)
1 parent 20fbcb8 commit b89bd08

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/backcompat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Back Compatibility CI
22

33
on:
44
push:
5-
branches: [ develop, master ]
5+
branches: [ 2.x ]
66
pull_request:
7-
branches: [ develop, master ]
7+
branches: [ 2.x ]
88

99
jobs:
1010
backcompat:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ 2.x ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ 2.x ]
2020
schedule:
2121
- cron: '17 15 * * 2'
2222

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Integration Tests CI
22

33
on:
44
push:
5-
branches: [ develop, master ]
5+
branches: [ 2.x ]
66
pull_request:
7-
branches: [ develop, master ]
7+
branches: [ 2.x ]
88

99
jobs:
1010
integration:

.github/workflows/node.js.yml

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

33
on:
44
push:
5-
branches: [ develop, master ]
5+
branches: [ 2.x ]
66

77
jobs:
88
build:

.github/workflows/test.yml

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

33
on:
44
pull_request:
5-
branches: [ develop, master ]
5+
branches: [ 2.x ]
66
jobs:
77
build:
88

0 commit comments

Comments
 (0)