1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Merge pull request from realshuting/update_CI

update master to main in CI automation files
This commit is contained in:
Jim Bugwadia 2020-11-03 14:30:38 -08:00 committed by GitHub
commit 9c7cdee8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -2,10 +2,10 @@ name: build
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- 'master'
- 'main'
jobs:
releaser:

View file

@ -2,7 +2,7 @@ name: image
on:
push:
branches:
- 'master'
- 'main'
jobs:
push-images:
runs-on: ubuntu-latest

View file

@ -2,10 +2,10 @@ name: test
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs: