From 44ba67ca1854789f94d5644fd550583bac98fff9 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 22 Jan 2025 16:30:16 +0000 Subject: [PATCH] Update build_and_publish.yaml --- .github/workflows/build_and_publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index c24b030..f6cd769 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -4,6 +4,9 @@ on: push: branches: - main # or specify other branches you want to trigger the action + paths-ignore: + - "README.md" + - "run.sh" tags: - 'v*' # This will also trigger on version tags repository_dispatch: