Commit 465debc
ci: unify workflow across branches (add branch-aware upload guard) + sync lock
The workflow already selects PROD vs dev secrets by github.ref_name, so the
upload-skip guard is written as `github.ref_name != 'master'` — the same file
now behaves correctly on both branches (skips upload on master while dev is
down; prod uploads as before). This makes build-and-deploy.yml byte-identical
to master. Also adopt master's package-lock (includes the `engines` root block
that prod's lock was missing) so the lockfiles match too.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 218c7bb commit 465debc
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments