Skip to content

Commit

Permalink
chore: only run Crowdin update if changes exist (#1331)
Browse files Browse the repository at this point in the history
* chore: only run Crowdin update if translation changes exist

* chore: update Crowdin also for workflow changes
  • Loading branch information
eglitise authored Feb 8, 2024
1 parent 10b3eda commit 20aa3f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/crowdin-update-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Update Crowdin English Resources
on:
push:
branches: [main]
paths:
- 'assets/locales/en/translation.json'
- '.github/workflows/crowdin-update-resources.yml' # this file

jobs:
build:
Expand Down

0 comments on commit 20aa3f7

Please sign in to comment.