From c1ed8b1925ff2ba1dd25b088097f4243fee1f723 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Sat, 11 Jun 2022 09:19:56 -0600 Subject: [PATCH] Only run ci-init-script-check on relevant file changes --- .github/workflows/ci-init-script-check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-init-script-check.yml b/.github/workflows/ci-init-script-check.yml index 6158599..60ea360 100644 --- a/.github/workflows/ci-init-script-check.yml +++ b/.github/workflows/ci-init-script-check.yml @@ -2,6 +2,11 @@ name: CI-init-script-check on: push: + paths: + - '.github/workflows/**' + - 'src/resources/init-scripts/**' + - 'test/init-script-check/**' + workflow_dispatch: jobs: test-init-scripts: