Commit 87966ef
ci: include bundled data files in publish paths filter, add workflow_dispatch
The publish job uses a path filter to skip on docs-only changes, but the
filter was excluding two files that ARE bundled into the container image
via the Dockerfile:
- tercet_missing_codes.csv (estimates fallback table)
- docker-entrypoint.sh (the actual ENTRYPOINT)
Consequence: PR #93 (CSV-only data update) was merged but `publish`
skipped, so `ghcr.io/.../:latest` still pointed at the previous image
without the 38 new postcodes and the LT 71205 fix. Same risk applies to
any future entrypoint-only change.
Adds both files to the `code:` filter so a fresh image is published on
merge. Also adds `workflow_dispatch` so the publish flow can be
re-triggered manually from the Actions UI (or `gh workflow run`) without
needing an empty commit dance; updates the `publish` job's `if` to allow
that event type as well.
Side effect of this PR landing: triggers a fresh image build that picks
up #93's CSV update, so the next bunny.net redeploy from `:latest` will
ship both the v0.19.3 deps and the data update.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 725e198 commit 87966ef
1 file changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
| |||
126 | 133 | | |
127 | 134 | | |
128 | 135 | | |
129 | | - | |
| 136 | + | |
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
| |||
0 commit comments