Activate Update English Lang Workflow on Quest Book Json Change (#599)

[SKIP]
This commit is contained in:
Integer Limit 2024-01-04 18:01:05 +11:00 committed by GitHub
parent 57fc2941e5
commit 1a2fb60bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,13 @@ on:
- main - main
paths: paths:
# Specify the path to 'assets' folder, suffixed by '/**/[eE][nN]_[uU][sS].lang', then another one, suffixed by '/**/[eE][nN]-[uU][sS].lang' (Can't use character group [-_]) # Specify the path to 'assets' folder, suffixed by '/**/[eE][nN]_[uU][sS].lang', then another one, suffixed by '/**/[eE][nN]-[uU][sS].lang' (Can't use character group [-_])
# This also activates on QB Json Change, as if that happens, the QB Lang most likely needs to be changed.
- "overrides/resources/**/[eE][nN]_[uU][sS].lang" - "overrides/resources/**/[eE][nN]_[uU][sS].lang"
- "overrides/resources/**/[eE][nN]-[uU][sS].lang" - "overrides/resources/**/[eE][nN]-[uU][sS].lang"
- "overrides/config/betterquesting/DefaultQuests.json" # Normal QB Json in Default Config
- "overrides/config/betterquesting/saved_quests/ExpertQuests.json" # Expert QB Json in Default Config
- "overrides/config-overrides/normal/betterquesting/DefaultQuests.json" # Normal QB Json in Config Overrides
- "overrides/config-overrides/expert/betterquesting/DefaultQuests.json" # Expert QB Json in Config Overrides
jobs: jobs:
updateLang: updateLang: