Skip to content

Commit

Permalink
Update update_translations.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNjeim authored Jun 13, 2022
1 parent 0bbea6b commit bedae6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update_translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
workflow_dispatch:
push:
paths:
- 'l10n/**.arb'
- "l10n/*.arb"
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths:
- 'l10n/**.arb'
- "l10n/*.arb"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit bedae6a

Please sign in to comment.