Skip to content

Commit 79ac0a5

Browse files
Whitelist README.md for TOC generator
1 parent 45fc9cb commit 79ac0a5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/toc.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
on: push
21
name: TOC Generator
2+
3+
on:
4+
push:
5+
paths:
6+
- 'README.md'
7+
38
jobs:
49
generateTOC:
510
name: TOC Generator
@@ -9,4 +14,4 @@ jobs:
914
with:
1015
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1116
MAX_HEADER_LEVEL: 3
12-
FOLDING: true
17+
FOLDING: true

0 commit comments

Comments
 (0)