From cbd1eae10474777ab054f1ed433efd6cbaab4351 Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Fri, 29 Nov 2024 01:05:28 -0800 Subject: [PATCH] Added `.` before file ending in pattern for better readability --- .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 4e39764..5ab1f0c 100644 --- a/.github/workflows/sync-changes.yml +++ b/.github/workflows/sync-changes.yml @@ -3,7 +3,7 @@ name: Sync greasemonkey/ to adamlui/userscripts/youtube-classic/ on: push: branches: [main] - paths: ["**", "!.*", "!package*json", "!eslint.config*"] + paths: ["**", "!.*", "!package*.json", "!eslint.config*"] jobs: build: