We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5997f7 commit 9c7597aCopy full SHA for 9c7597a
1 file changed
.github/workflows/ghp.yml
@@ -7,15 +7,15 @@ on:
7
# But only if docs-related files are touched
8
paths:
9
- .github/workflows/ghp.yml
10
- - ./mkdocs.yml
+ - mkdocs.yml
11
- docs/**
12
# Runs every time a PR is open against master
13
pull_request:
14
branches: ["main"]
15
16
17
18
19
20
workflow_dispatch:
21
0 commit comments