Commit 9831412
committed
fix(ci): always run full build on tag pushes
Tag pushes were skipped because change detection compares tag against
main branch, finding no diff when the tag is created directly on main.
This caused the Release job dependency (build-and-test) to be skipped,
resulting in no artifacts being uploaded.
Fix: Always run build-and-test and integration-tests jobs on tag pushes,
bypassing change detection.1 parent 69070d5 commit 9831412
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
| 251 | + | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments