Skip to content

Commit ba18866

Browse files
authored
run main CI job on codeflare-releases branch (#270)
1 parent 37f8a28 commit ba18866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI
22
on:
33
push:
4-
branches: [main, rhoai-2.10]
4+
branches: [main, rhoai-2.10, codeflare-releases]
55
paths-ignore:
66
- 'site/**'
77
pull_request:
8-
branches: [main, rhoai-2.10]
8+
branches: [main, rhoai-2.10, codeflare-releases]
99

1010
jobs:
1111
CI:

0 commit comments

Comments
 (0)