Skip to content

Commit 5bc972c

Browse files
committed
chore(ci): only run if PHP-related files changed
1 parent 6a53000 commit 5bc972c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
push:
77
branches:
88
- develop
9+
# Only run if PHP-related files changed.
10+
paths:
11+
- '.github/workflows/tests.yml'
12+
- '**.php'
13+
- 'codeception.dist.yml'
14+
- 'composer.json'
15+
- 'composer.lock'
916

1017
# Cancels all previous workflow runs for pull requests that have not completed.
1118
concurrency:

0 commit comments

Comments
 (0)