Skip to content

Commit 18f1108

Browse files
committed
Adds ways to trigger tests in pull requests.
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 2e50473 commit 18f1108

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ on:
1616
type: number
1717
default: 80
1818
pull_request:
19+
paths:
20+
- 'src/**'
21+
- 'tests/**'
22+
- 'composer.json'
23+
- 'composer.lock'
24+
- '.github/workflows/tests.yml'
1925
push:
2026
branches: [ "main" ]
2127

0 commit comments

Comments
 (0)