Skip to content

Commit 0c80485

Browse files
authored
Add paths-ignore docs to ci (#1190)
Signed-off-by: Fiachra Corcoran <[email protected]>
1 parent ede9ae8 commit 0c80485

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ on:
44
push:
55
branches:
66
- master
7+
paths-ignore:
8+
- 'documentation/**'
79
pull_request:
810
branches:
911
- master
1012
- "*/v[0-9]+.[0-9]+"
13+
paths-ignore:
14+
- 'documentation/**'
1115
schedule:
1216
- cron: "0 17 * * *"
1317

0 commit comments

Comments
 (0)