Skip to content

Commit

Permalink
run main CI job on codeflare-releases branch (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Nov 16, 2024
1 parent d2ee6aa commit 3ef1028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI
on:
push:
branches: [main, rhoai-2.10]
branches: [main, rhoai-2.10, codeflare-releases]
paths-ignore:
- 'site/**'
pull_request:
branches: [main, rhoai-2.10]
branches: [main, rhoai-2.10, codeflare-releases]

jobs:
CI:
Expand Down

0 comments on commit 3ef1028

Please sign in to comment.