mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
fix branch reference
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
This commit is contained in:
parent
f2d2c22657
commit
8029f3da46
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -3,10 +3,10 @@ name: CI / cert-manager webhook
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
jobs:
|
||||
publish:
|
||||
name: Test build and push cert-manager-webhook container
|
||||
|
|
Loading…
Reference in a new issue