Skip to content

Commit 153186b

Browse files
committed
Run pages generation on PRs also
1 parent 77527c1 commit 153186b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Deploy Jekyll site to Pages
33

44
on:
55
push:
6-
branches: ["main"]
6+
branches: [ "main" ]
7+
paths:
8+
- "docs/**"
9+
10+
pull_request:
11+
branches: [ "main" ]
712
paths:
813
- "docs/**"
914

0 commit comments

Comments
 (0)