From e1416a72cb21a173a3e3ac618e449e31cc07e611 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 12 Aug 2024 09:15:15 +0200 Subject: [PATCH] make it so ko.yaml changes trigger build Signed-off-by: Kristoffer Dalby --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e7c4723..99377b11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,7 @@ jobs: - '**/*.go' - 'integration_test/' - 'config-example.yaml' + - '.ko.yaml' - uses: DeterminateSystems/nix-installer-action@main if: steps.changed-files.outputs.files == 'true' - uses: DeterminateSystems/magic-nix-cache-action@main