Skip to content

Commit 40b3b23

Browse files
committed
update yml to trigger html check when scripts or contributing.md edited
1 parent bccb3b1 commit 40b3b23

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@ name: Docs Validation
22

33
on:
44
pull_request:
5-
paths: ["docs/**", "cwmscli/**", "pyproject.toml"]
5+
paths:
6+
- "docs/**"
7+
- "cwmscli/**"
8+
- "pyproject.toml"
9+
- "scripts/**"
10+
- "CONTRIBUTING.md"
611
push:
712
branches: [main]
8-
paths: ["docs/**", "cwmscli/**", "pyproject.toml"]
13+
paths:
14+
- "docs/**"
15+
- "cwmscli/**"
16+
- "pyproject.toml"
17+
- "scripts/**"
18+
- "CONTRIBUTING.md"
919
schedule:
1020
- cron: "0 6 * * *"
1121
workflow_dispatch:

0 commit comments

Comments
 (0)