Skip to content

Commit 1d9290f

Browse files
committed
chore: add AbstractTranslationTestCase.php to paths
1 parent 13e5f02 commit 1d9290f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit-lang.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '!src/Language/en/**.php'
1010
- 'phpunit*'
1111
- '.github/workflows/phpunit-lang.yml'
12+
- 'tests/Language/AbstractTranslationTestCase.php'
1213
push:
1314
branches:
1415
- develop
@@ -17,6 +18,7 @@ on:
1718
- '!src/Language/en/**.php'
1819
- 'phpunit*'
1920
- '.github/workflows/phpunit-lang.yml'
21+
- 'tests/Language/AbstractTranslationTestCase.php'
2022

2123
jobs:
2224
main:

0 commit comments

Comments
 (0)