Skip to content

Commit 74e9638

Browse files
committed
Added . before file endings in patterns for better readability
1 parent ac50638 commit 74e9638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync ** to adamlui/ai-apps/perplexity-omnibox/
33
on:
44
push:
55
branches: [main]
6-
paths: ["**", "!.*", "!package*json", "!eslint.config*"]
6+
paths: ["**", "!.*", "!package*.json", "!eslint.config*"]
77

88
jobs:
99
build:
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Sync ** to adamlui/ai-apps/perplexity-omnibox/
3232
run: |
33-
rsync -avhr --delete --exclude={'.*','eslint*','package*json'} \
33+
rsync -avhr --delete --exclude={'.*','eslint*','package*.json'} \
3434
${{ github.workspace }}/adamlui/perplexity-omnibox/ \
3535
${{ github.workspace }}/adamlui/ai-apps/perplexity-omnibox/
3636

0 commit comments

Comments
 (0)