From 128f5ae372648a932e156ac29f098ff31d8f9a9f Mon Sep 17 00:00:00 2001 From: Aurora Date: Mon, 28 Jul 2025 20:24:39 +0100 Subject: [PATCH] Ignore paths in PR builds --- .github/workflows/pullrequest.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index db46b86..70936b0 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -2,6 +2,13 @@ name: Build Pull Request on: pull_request_target: + paths-ignore: + - '.github/ISSUE_TEMPLATE/*.yml' + - '.github/actions/pullrequest.yml' + - '.idea/copyright/*.xml' + - '.gitignore' + - 'LICENSE' + - 'README.md' jobs: build: