From af4adad91bffbc0f133b5fadeb520081003c9977 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Sun, 22 Sep 2024 23:21:18 -0500 Subject: [PATCH] gha: run on changes to rp-storage-tool-checks.yml (cherry picked from commit deb49ee7d8e64c19fa43a26fc979d70e109895a4) --- .github/workflows/rp-storage-tool-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rp-storage-tool-checks.yml b/.github/workflows/rp-storage-tool-checks.yml index 7618ce0e0e269..ca9890e341060 100644 --- a/.github/workflows/rp-storage-tool-checks.yml +++ b/.github/workflows/rp-storage-tool-checks.yml @@ -5,11 +5,13 @@ on: branches: [dev] paths: - 'tools/rp_storage_tool/**' + - '.github/workflows/rp-storage-tool-checks.yml' tags-ignore: - '**' pull_request: paths: - 'tools/rp_storage_tool/**' + - '.github/workflows/rp-storage-tool-checks.yml' jobs: check: name: Compile check