Skip to content

Commit 6c19b44

Browse files
authored
Update pages.yml
1 parent 8e3281d commit 6c19b44

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ name: Deploy Jekyll site to Pages
88

99
on:
1010
push:
11-
branches: ["main"]
11+
branches:
12+
- "main"
13+
paths:
14+
- "docs/**"
1215

1316
# Allows you to run this workflow manually from the Actions tab
1417
workflow_dispatch:

0 commit comments

Comments
 (0)