Skip to content

Commit 9659e71

Browse files
committed
Add path filter for site directory in deploy-pages workflow
1 parent 2e7a665 commit 9659e71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: deploy-pages
33
on:
44
push:
55
branches: ["main"]
6+
paths:
7+
- "site/**"
68

79
workflow_dispatch:
810

0 commit comments

Comments
 (0)