Skip to content

Commit

Permalink
Update i18nCheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored and boutinb committed Jul 13, 2023
1 parent 89c6edd commit 6c6bd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18nCheck.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
push:
paths: ['**.R', '**.qml', 'tests/**', 'inst/**', '**.Rd', '**.c', '**.cpp', '**.h', '**.hpp', '**.yml']
paths: ['**.R', '**.qml', '**.po', '**.yml']

pull_request:
paths: ['**.R', '**.qml', 'tests/**', 'inst/**', '**.Rd', '**.c', '**.cpp', '**.h', '**.hpp', '**.yml']
paths: ['**.R', '**.qml', '**.po', '**.yml']

workflow_dispatch:

Expand Down

0 comments on commit 6c6bd16

Please sign in to comment.