We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
paths
1 parent 13e5f02 commit 1d9290fCopy full SHA for 1d9290f
1 file changed
.github/workflows/phpunit-lang.yml
@@ -9,6 +9,7 @@ on:
9
- '!src/Language/en/**.php'
10
- 'phpunit*'
11
- '.github/workflows/phpunit-lang.yml'
12
+ - 'tests/Language/AbstractTranslationTestCase.php'
13
push:
14
branches:
15
- develop
@@ -17,6 +18,7 @@ on:
17
18
19
20
21
22
23
jobs:
24
main:
0 commit comments