Skip to content

Commit 44755a4

Browse files
committed
enable CI on the 2.0.0 branch (#5474)
1 parent 5d0ce63 commit 44755a4

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/1-unit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: Unit Tests
1919

2020
on:
2121
push:
22-
branches: [ master ]
22+
branches: [ master, 2.0.0 ]
2323
pull_request:
24-
branches: [ master ]
24+
branches: [ master, 2.0.0 ]
2525
types: [ opened, synchronize, reopened ]
2626
schedule:
2727
- cron: '30 1 * * 1,3,5'

.github/workflows/2-system.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: System Tests
1919

2020
on:
2121
push:
22-
branches: [ master ]
22+
branches: [ master, 2.0.0 ]
2323
pull_request:
24-
branches: [ master ]
24+
branches: [ master, 2.0.0 ]
2525
types: [ opened, synchronize, reopened ]
2626
schedule:
2727
- cron: '30 2 * * 1,3,5'

.github/workflows/3-multi-runtime.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: MultiRuntime Tests
1919

2020
on:
2121
push:
22-
branches: [ master ]
22+
branches: [ master, 2.0.0 ]
2323
pull_request:
24-
branches: [ master ]
24+
branches: [ master, 2.0.0 ]
2525
types: [ opened, synchronize, reopened ]
2626
schedule:
2727
- cron: '30 3 * * 1,3,5'

.github/workflows/4-standalone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: Standalone Tests
1919

2020
on:
2121
push:
22-
branches: [ master ]
22+
branches: [ master, 2.0.0 ]
2323
pull_request:
24-
branches: [ master ]
24+
branches: [ master, 2.0.0 ]
2525
types: [ opened, synchronize, reopened ]
2626
schedule:
2727
- cron: '30 4 * * 1,3,5'

.github/workflows/5-scheduler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: Scheduler Tests
1919

2020
on:
2121
push:
22-
branches: [ master ]
22+
branches: [ master, 2.0.0 ]
2323
pull_request:
24-
branches: [ master ]
24+
branches: [ master, 2.0.0 ]
2525
types: [ opened, synchronize, reopened ]
2626
schedule:
2727
- cron: '30 5 * * 1,3,5'

.github/workflows/6-performance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ name: Performance Tests
1919

2020
on:
2121
push:
22-
branches: [ master ]
22+
branches: [ master, 2.0.0 ]
2323
pull_request:
24-
branches: [ master ]
24+
branches: [ master, 2.0.0 ]
2525
types: [ opened, synchronize, reopened ]
2626
schedule:
2727
- cron: '30 6 * * 1,3,5'

0 commit comments

Comments
 (0)