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

update master to main in CI automation files

This commit is contained in:
Shuting Zhao 2020-11-03 13:56:57 -08:00
parent 48b98bd17b
commit 3e1c5f5830
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: