From 9a76ba10c816a9a3063cfaa74d2929e647d8137b Mon Sep 17 00:00:00 2001 From: apostasie Date: Mon, 17 Jun 2024 15:16:47 -0700 Subject: [PATCH] Disable build and publish on PR for purely md changes Signed-off-by: apostasie --- .github/workflows/ghcr-image-build-and-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ghcr-image-build-and-publish.yml b/.github/workflows/ghcr-image-build-and-publish.yml index d1e199cf2ed..cf943129ce8 100644 --- a/.github/workflows/ghcr-image-build-and-publish.yml +++ b/.github/workflows/ghcr-image-build-and-publish.yml @@ -12,6 +12,8 @@ on: tags: ['v*.*.*'] pull_request: branches: [main] + paths-ignore: + - '**.md' env: # Use docker.io for Docker Hub if empty