From 73bc7283f381346a1cba5f928933982d8e80d0bc Mon Sep 17 00:00:00 2001 From: sando38 Date: Mon, 24 Jul 2023 21:17:50 +0200 Subject: [PATCH] ctr actions: Don't run if changes to homebrew Formula occur --- .github/workflows/container-build-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container-build-publish.yml b/.github/workflows/container-build-publish.yml index 5ea715d73..0a1f19d2f 100644 --- a/.github/workflows/container-build-publish.yml +++ b/.github/workflows/container-build-publish.yml @@ -7,6 +7,7 @@ on: paths-ignore: - 'doc/**' - 'docker-k8s/examples/**' + - 'Formula/**' - 'scripts/get-version' - 'windows/**' - '**.md' @@ -16,6 +17,7 @@ on: paths-ignore: - 'doc/**' - 'docker-k8s/examples/**' + - 'Formula/**' - 'scripts/get-version' - 'windows/**' - '**.md'