Skip to content

Commit 1db2bda

Browse files
authored
Merge pull request #1744 from IFRCGo/chore/check-translation-migrations-develop
Check translation migrations for PRs targeting develop and on push to develop
2 parents cb97e96 + f302236 commit 1db2bda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
run: pnpm lint:translation
120120

121121
translation-migrations:
122+
if: |
123+
(github.event_name == 'pull_request' && github.base_ref == 'develop') ||
124+
(github.event_name == 'push' && github.ref == 'refs/heads/develop')
122125
continue-on-error: true
123126
name: Identify if translation migrations need to be generated
124127
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)