From d6b8b775015706f7ded9faa398af2ccaa377c02c Mon Sep 17 00:00:00 2001 From: Dan Green Date: Mon, 16 Sep 2024 08:45:20 -0700 Subject: [PATCH] CI: Do not run actions if only docs, json, or svgs changed --- .github/workflows/build_vcv_plugin.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_vcv_plugin.yml b/.github/workflows/build_vcv_plugin.yml index fb771f8..4ff1e15 100644 --- a/.github/workflows/build_vcv_plugin.yml +++ b/.github/workflows/build_vcv_plugin.yml @@ -29,6 +29,11 @@ on: - 'debug-*' branches: - main + paths: + - '!**.json' + - '!**.md' + - '!**.svg' + env: rack-sdk-version: latest