From fb271541c541c6c0fd3e45a8923419f41c93b621 Mon Sep 17 00:00:00 2001 From: smaillet <25911635+smaillet@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:46:15 -0700 Subject: [PATCH] PR/CI build update - Added ignore of release build action file as it will have no impact on the resulting build. (Not used for a PR/CI build) --- .github/workflows/pr-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index ec2e099..e6f0499 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -14,6 +14,7 @@ on: - '**.md' - '**.dic' - 'BuildVersion.xml' + - 'GitHub/workflows/release-build.yml' pull_request: branches: @@ -23,6 +24,7 @@ on: - '**.md' - '**.dic' - 'BuildVersion.xml' + - 'GitHub/workflows/release-build.yml' jobs: # see: https://github.com/EnricoMi/publish-unit-test-result-action?tab=readme-ov-file#support-fork-repositories-and-dependabot-branches