Skip to content

Commit

Permalink
Run CI and K8s tests on all code branches and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Jun 22, 2020
1 parent 6904bc0 commit 097507e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@ name: Operator CI

on:
push:
branches:
- '*'
branches-ignore:
- gh-pages
- 1.0.0
- 2.x
pull_request:
branches:
- master
types:
- opened
- committed
branches-ignore:
- gh-pages
- 1.0.0
- 2.x

env:
RELEASE_IMAGE_PREFIX: "localhost:5000/"
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/k8s-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ name: K8s Certification

on:
push:
branches:
- '3.0.0'
branches-ignore:
- gh-pages
pull_request:
types:
- opened
- committed
branches-ignore:
- gh-pages
- 1.0.0
- 2.x

env:
MAVEN_USER: ${{ secrets.MAVEN_USER }}
Expand Down

0 comments on commit 097507e

Please sign in to comment.