Skip to content

Commit 74cfebf

Browse files
committed
ci: add paths-ignore
1 parent f6b85da commit 74cfebf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ on:
77
- "CITATION.cff"
88
- "README.md"
99
- ".gitignore"
10+
- ".github/workflows/pkgdown.yaml"
11+
- ".github/workflows/publish-release.yaml"
12+
- "_pkgdown.yml"
1013
pull_request:
1114
branches: [main, master]
1215
paths-ignore:
1316
- "CITATION.cff"
1417
- "README.md"
1518
- ".gitignore"
19+
- ".github/workflows/pkgdown.yaml"
20+
- ".github/workflows/publish-release.yaml"
21+
- "_pkgdown.yml"
1622

1723
name: R-CMD-check
1824

0 commit comments

Comments
 (0)