Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/brain_board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,18 @@ on:
# A dev-box publish (`pyauto-brain board publish`, usually morning.sh's
# last step) pushes state/devbox_board.json to main — republish so the
# board shows this morning's local observations a minute later.
#
# And whenever the page's own code changes. Merging a renderer or theme
# change used to leave the published board on yesterday's HTML until the
# next 05:30 cron, so the repo said one thing and the live page showed
# another — the emoji-vs-mark gap of #262 was visible for hours after it
# was fixed. The board is cheap to rebuild; rebuild it when it changes.
push:
branches: [main]
paths:
- "state/devbox_board.json"
- "board/**"
- "config/policy.yaml"

permissions:
contents: read
Expand Down
Loading