mirror of
https://github.com/meshtastic/web.git
synced 2025-12-31 11:38:12 -05:00
fix: update directory paths for source files (#745)
This commit is contained in:
2
.github/workflows/crowdin-upload-sources.yml
vendored
2
.github/workflows/crowdin-upload-sources.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
# Monitor all .json files within the /i18n/locales/en/ directory.
|
||||
# This ensures the workflow triggers if any the English namespace files are modified on the main branch.
|
||||
paths:
|
||||
- "/i18n/locales/en/*.json"
|
||||
- "/packages/web/public/i18n/locales/en/*.json"
|
||||
branches: [main]
|
||||
workflow_dispatch: # Allow manual triggering
|
||||
|
||||
|
||||
Reference in New Issue
Block a user