Skip to content

Commit

Permalink
fix(actions/flux-localhost-build): triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed May 19, 2024
1 parent cb5b89c commit 84fde6c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/flux-localhost-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
name: "Flux Localhost Build"

on:
workflow_call:
workflow_dispatch:
inputs:
version:
description: Flux version to build
# 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
Expand Down

0 comments on commit 84fde6c

Please sign in to comment.