We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9692501 commit 5a3de24Copy full SHA for 5a3de24
.github/workflows/CI-standalone.yaml
@@ -1,12 +1,11 @@
1
name: CI-standalone
2
on:
3
push:
4
- branches: [main]
+ branches: [main, rhoai-2.10]
5
paths-ignore:
6
- 'site/**'
7
pull_request:
8
- branches:
9
- - 'main'
10
11
jobs:
12
CI:
.github/workflows/CI.yaml
name: CI
0 commit comments