We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6904bc0 commit 097507eCopy full SHA for 097507e
.github/workflows/build.yaml
@@ -9,11 +9,18 @@ name: Operator CI
9
10
on:
11
push:
12
- branches:
13
- - '*'
+ branches-ignore:
+ - gh-pages
14
+ - 1.0.0
15
+ - 2.x
16
pull_request:
- - master
17
+ types:
18
+ - opened
19
+ - committed
20
21
22
23
24
25
env:
26
RELEASE_IMAGE_PREFIX: "localhost:5000/"
.github/workflows/k8s-matrix.yaml
@@ -9,8 +9,16 @@ name: K8s Certification
- - '3.0.0'
+ pull_request:
MAVEN_USER: ${{ secrets.MAVEN_USER }}
0 commit comments