Skip to content

Commit 9e7cbb4

Browse files
committed
ci: also run on changes against deps
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 14f7053 commit 9e7cbb4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- '.github/workflows/**'
12+
- '3rdparty/**'
1213
- 'appinfo/**'
1314
- 'lib/**'
1415
- 'templates/**'

.github/workflows/phpunit-oci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- '.github/workflows/**'
12+
- '3rdparty/**'
1213
- 'appinfo/**'
1314
- 'lib/**'
1415
- 'templates/**'

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- '.github/workflows/**'
12+
- '3rdparty/**'
1213
- 'appinfo/**'
1314
- 'lib/**'
1415
- 'templates/**'

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- '.github/workflows/**'
12+
- '3rdparty/**'
1213
- 'appinfo/**'
1314
- 'lib/**'
1415
- 'templates/**'

0 commit comments

Comments
 (0)