Skip to content

Fix deploy workflow path triggers#86

Merged
brunoborges merged 1 commit intomainfrom
fix/deploy-workflow-paths
Feb 26, 2026
Merged

Fix deploy workflow path triggers#86
brunoborges merged 1 commit intomainfrom
fix/deploy-workflow-paths

Conversation

@brunoborges
Copy link
Copy Markdown
Member

The deploy workflow's push path filter had two issues:

  1. content/**/*.json — content files migrated to YAML in PR Translate content to Spanish. Move from JSON to YAML #84, so this glob no longer matches. Changed to content/**.
  2. translations/** missing — translation file changes (like PR Translate content to Brazilian Portuguese #85) didn't trigger deploys. Added translations/**.

This is why PR #85 (pt-BR translations) didn't trigger a deploy.

Update push path filters to:
- content/** (was content/**/*.json, now covers YAML files too)
- translations/** (new, triggers deploy on translation changes)
- templates/** (unchanged)
- site/** (unchanged)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@brunoborges brunoborges merged commit 4dd53be into main Feb 26, 2026
@brunoborges brunoborges deleted the fix/deploy-workflow-paths branch February 26, 2026 02:30
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