Commit d709921
authored
ci(deploy-web): trigger on v* tags, drop the paths filter (#215)
The v1.8.0 release fast-forwarded main with 67 changed web/ files, yet
deploy-web never ran — the push 'paths: web/**' filter silently skipped
it, so the live showcase kept serving the previous release until a manual
workflow_dispatch. Drop the paths filter (main is only pushed at releases
/ hotfixes, so an unconditional deploy is cheap and correct) and add a
'v*' tag trigger as a second guaranteed path. Existing concurrency group
de-dupes the two triggers a release fires.1 parent 808ce73 commit d709921
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
15 | 24 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
0 commit comments