Skip to content

Commit 5a3de24

Browse files
authored
enable testing on PRs and pushes to rhoai-2.10 branch (#176) (#178)
1 parent 9692501 commit 5a3de24

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/CI-standalone.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: CI-standalone
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, rhoai-2.10]
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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: CI
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, rhoai-2.10]
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)