Skip to content

Commit 76031fc

Browse files
committed
enable testing on pushes to rhoai-2.10 branch
1 parent 23447c4 commit 76031fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-standalone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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:

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [main]
4+
branches: [main, rhoai-2.10]
55
paths-ignore:
66
- 'site/**'
77
pull_request:

0 commit comments

Comments
 (0)