From a2c9dabd77182537df80e4de6a03061e4a09bb9a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 12 Apr 2024 23:34:44 +0200 Subject: [PATCH] Ignore service-templates.json in production build workflow --- .github/workflows/production-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index 36321d96b..3709b5b46 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -3,6 +3,8 @@ name: Production Build (v4) on: push: branches: ["main"] + paths-ignore: + - templates/service-templates.json env: REGISTRY: ghcr.io