Skip to content

Commit

Permalink
Adjusted exclude on.push.paths since syntax is diff from git
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Jul 15, 2024
1 parent ae294d7 commit 8c330dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync (/ to adamlui/chatgpt-apps/amazongpt/) && (/greasemonkey/ to adamlui/
on:
push:
branches: [main]
paths: ["**", "!.*"]
paths: ["**", "!.**"]

jobs:
build:
Expand Down

0 comments on commit 8c330dd

Please sign in to comment.