We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77527c1 commit 153186bCopy full SHA for 153186b
1 file changed
.github/workflows/pages.yml
@@ -3,7 +3,12 @@ name: Deploy Jekyll site to Pages
3
4
on:
5
push:
6
- branches: ["main"]
+ branches: [ "main" ]
7
+ paths:
8
+ - "docs/**"
9
+
10
+ pull_request:
11
12
paths:
13
- "docs/**"
14
0 commit comments