Skip to content

Commit

Permalink
Update i18nCheck workflow (#17)
Browse files Browse the repository at this point in the history
should also trigger by po files.
  • Loading branch information
shun2wang authored Nov 15, 2023
1 parent 873ce03 commit 8914fbf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/i18nCheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
on:
push:
paths: ['**.R', '**.qml', '**.yml']
paths: ['**.R', '**.qml', '**.po', '**.yml']

pull_request:
paths: ['**.R', '**.qml', '**.yml']

paths: ['**.R', '**.qml', '**.po', '**.yml']
workflow_dispatch:

name: i18n-check

jobs:
i18n-check:
uses: jasp-stats/jasp-actions/.github/workflows/i18nCheck.yml@master
uses: jasp-stats/jasp-actions/.github/workflows/i18nCheck.yml@master

0 comments on commit 8914fbf

Please sign in to comment.