Skip to content

fix: CD path filter misses frontend submodule pointer bumps - #340

Merged
jrb00013 merged 1 commit into
devfrom
fix/cd-frontend-submodule-trigger
Aug 28, 2026
Merged

fix: CD path filter misses frontend submodule pointer bumps#340
jrb00013 merged 1 commit into
devfrom
fix/cd-frontend-submodule-trigger

Conversation

@jrb00013

Copy link
Copy Markdown
Member

PR #339 bumped the deepiri-web-frontend submodule pointer to ship a perf fix, but no CD run fired. Cause: the path filter deepiri-web-frontend/** only matches changes to files inside that directory — a submodule pointer bump is a gitlink change to the deepiri-web-frontend path itself, which that glob doesn't match. Adding the bare deepiri-web-frontend entry fixes it for future submodule bumps.

'deepiri-web-frontend/**' only matches files inside the dir, not a
gitlink change to the submodule path itself -- so bumping the
deepiri-web-frontend submodule pointer (as in PR #339) never
triggered a redeploy. Add the bare 'deepiri-web-frontend' entry.
@jrb00013
jrb00013 merged commit fcd94f1 into dev Aug 28, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant