Skip to content

Commit 8e620ca

Browse files
committed
Do not run CI jobs when changing dev PHPUnit file
This file is never used in the CI.
1 parent daf0f82 commit 8e620ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- ci/**
1010
- composer.*
1111
- src/**
12-
- phpunit.xml.dist
1312
- tests/**
1413
push:
1514
branches:
@@ -19,7 +18,6 @@ on:
1918
- ci/**
2019
- composer.*
2120
- src/**
22-
- phpunit.xml.dist
2321
- tests/**
2422

2523
env:

0 commit comments

Comments
 (0)