mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Test build and push cert-manager-webhook container
|
name: Test build and push cert-manager-webhook container
|
||||||
|
|
Loading…
Reference in a new issue