From 4c05ce60b905a1c68cae1461c6931dd31085c9ff Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Sat, 4 May 2024 17:27:54 +0600 Subject: [PATCH] Exclude webcomponents/dist from workflow paths --- .github/workflows/plugin-updater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/plugin-updater.yml b/.github/workflows/plugin-updater.yml index 26c6702..92aa52f 100644 --- a/.github/workflows/plugin-updater.yml +++ b/.github/workflows/plugin-updater.yml @@ -10,6 +10,7 @@ on: - webcomponents/**.ts - webcomponents/**.json - webcomponents/**.svelte + - "!webcomponents/dist/**" jobs: build-webcomponents: