1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 02:18:15 +00:00

chore: support merge queue (#6278)

* chore: support merge queue

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* fix

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2023-02-09 15:17:23 +01:00 committed by GitHub
parent 4ccb7b6bbe
commit 9b434b995b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 12 deletions

View file

@ -3,8 +3,7 @@ name: Check actions
on:
push:
branches:
- 'main'
- 'release*'
- '*'
pull_request:
branches:
- 'main'

View file

@ -3,8 +3,7 @@ name: cli
on:
push:
branches:
- 'main'
- 'release*'
- '*'
pull_request:
branches:
- 'main'

View file

@ -3,8 +3,7 @@ name: Codecov
on:
push:
branches:
- 'main'
- 'release*'
- '*'
pull_request:
branches:
- 'main'

View file

@ -3,8 +3,7 @@ name: Build images
on:
push:
branches:
- 'main'
- 'release*'
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View file

@ -3,8 +3,7 @@ name: Tests
on:
push:
branches:
- 'main'
- 'release*'
- '*'
pull_request:
branches:
- 'main'

View file

@ -3,8 +3,7 @@ name: Verify codegen
on:
push:
branches:
- 'main'
- 'release*'
- '*'
pull_request:
branches:
- 'main'