From a853c3d9b86f854b836971ff48b6f1dd47d0a33a Mon Sep 17 00:00:00 2001 From: Adam Lui Date: Mon, 16 Dec 2024 05:05:10 -0800 Subject: [PATCH] Removed manifests + ESLint config from `on.push.paths` --- .github/workflows/sync-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-changes.yml b/.github/workflows/sync-changes.yml index ed62c10b..481f961e 100644 --- a/.github/workflows/sync-changes.yml +++ b/.github/workflows/sync-changes.yml @@ -3,7 +3,7 @@ name: Sync ** to adamlui/ai-apps/autoclear-chatgpt-history/, then greasemonkey/ on: push: branches: [main] - paths: ["**", "!.*", "!package*.json", "!eslint.config*"] + paths: ["**", "!.*"] jobs: build: