fix: correct workflow path trigger after script relocation #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/workflow-path-trigger"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
In PR #3, the CSS generation script was moved from
scripts/generate-css.jsto.forgejo/scripts/generate-css.js, but the workflow path trigger was not updated to match.Solution
Update the workflow's
pathstrigger from:to:
Impact
Without this fix, the workflow won't trigger when the generation script is modified, only when
brand.jsonchanges.