Skip to content

Commit 097507e

Browse files
committed
Run CI and K8s tests on all code branches and PRs
1 parent 6904bc0 commit 097507e

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

.github/workflows/build.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@ name: Operator CI
99

1010
on:
1111
push:
12-
branches:
13-
- '*'
12+
branches-ignore:
13+
- gh-pages
14+
- 1.0.0
15+
- 2.x
1416
pull_request:
15-
branches:
16-
- master
17+
types:
18+
- opened
19+
- committed
20+
branches-ignore:
21+
- gh-pages
22+
- 1.0.0
23+
- 2.x
1724

1825
env:
1926
RELEASE_IMAGE_PREFIX: "localhost:5000/"

.github/workflows/k8s-matrix.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ name: K8s Certification
99

1010
on:
1111
push:
12-
branches:
13-
- '3.0.0'
12+
branches-ignore:
13+
- gh-pages
14+
pull_request:
15+
types:
16+
- opened
17+
- committed
18+
branches-ignore:
19+
- gh-pages
20+
- 1.0.0
21+
- 2.x
1422

1523
env:
1624
MAVEN_USER: ${{ secrets.MAVEN_USER }}

0 commit comments

Comments
 (0)