From d55c4af6b4526ba1e49fa8b9cf8ef0e7fafd4ccd Mon Sep 17 00:00:00 2001 From: Karsten Thoms Date: Thu, 21 Nov 2024 04:26:09 +0100 Subject: [PATCH] WIP --- .github/workflows/build.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6de5e9782d..8220441a29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,19 @@ name: build on: push: - branches: [ "main" ] + branches: ["main"] + paths: + - '.github/workflows/build.yml' + paths-ignore: + - '**/*.md' + - '.github/workflows/**' pull_request: - branches: [ "main" ] + branches: ["main"] + paths: + - '.github/workflows/build.yml' + paths-ignore: + - '**/*.md' + - '.github/workflows/**' permissions: contents: read