mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(actions/flux-localhost-build): triggers
This commit is contained in:
7
.github/workflows/flux-localhost-build.yaml
vendored
7
.github/workflows/flux-localhost-build.yaml
vendored
@@ -2,7 +2,6 @@
|
||||
name: "Flux Localhost Build"
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
@@ -10,6 +9,12 @@ on:
|
||||
# renovate: datasource=docker depName=ghcr.io/fluxcd/flux-manifests
|
||||
default: "2.2.3"
|
||||
required: true
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- kube/bootstrap/flux
|
||||
- kube/clusters/*/flux/flux-install*.yaml
|
||||
- .github/workflows/flux-localhost-build.yaml
|
||||
|
||||
env:
|
||||
# renovate: datasource=docker depName=ghcr.io/fluxcd/flux-manifests
|
||||
|
||||
Reference in New Issue
Block a user