Skip to content

Commit 3789de3

Browse files
authored
Update build-index.yml to include series.yml
Added series.yml to the push trigger paths for the workflow.
1 parent 3f6be7c commit 3789de3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build-index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
branches: [main]
66
paths:
77
- "*.md"
8+
# series.yml is a push trigger so a manual series.yml update (applied
9+
# by hand on the mirror) regenerates README.md via CI. The bot's own
10+
# README commit is pushed with the default GITHUB_TOKEN, which does not
11+
# trigger another workflow run, so this cannot recurse.
12+
- "series.yml"
813
- "tools/build-index.py"
914
- "tools/update-series.py"
1015
- ".github/workflows/build-index.yml"
11-
# series.yml is a generated artifact (written locally by
12-
# update-series.py), so it is intentionally NOT a push trigger:
13-
# committing it must not re-trigger this workflow.
1416
workflow_dispatch:
1517
inputs:
1618
refresh_series:

0 commit comments

Comments
 (0)