Skip to content

Commit 866e5ad

Browse files
committed
CI on PRs to rhoai-2.10 branch
1 parent 76031fc commit 866e5ad

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/CI-standalone.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
paths-ignore:
66
- 'site/**'
77
pull_request:
8-
branches:
9-
- 'main'
8+
branches: [main, rhoai-2.10]
109

1110
jobs:
1211
CI:

.github/workflows/CI.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
paths-ignore:
66
- 'site/**'
77
pull_request:
8-
branches:
9-
- 'main'
8+
branches: [main, rhoai-2.10]
109

1110
jobs:
1211
CI:

0 commit comments

Comments
 (0)