Skip to content

Commit c1947ae

Browse files
committed
add package*.json to event trigger paths
1 parent f7d7b58 commit c1947ae

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/doctoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- CONTRIBUTING.md
88
- docs/BestPractices.md
99
- .github/workflows/doctoc.yml
10+
- 'package*.json'
1011
workflow_dispatch:
1112

1213
permissions:

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- '**/*.md'
77
- markdown_link_check_config.json
88
- .github/workflows/markdown-link-check.yml
9+
- 'package*.json'
910
workflow_dispatch:
1011

1112
permissions:

0 commit comments

Comments
 (0)