Skip to content

Commit 3ad5d4a

Browse files
authored
Update run-tests.yml
1 parent d38bc67 commit 3ad5d4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: run-tests
22

33
on:
44
push:
5+
branches: [ "main", "develop" ]
56
paths:
67
- '**.php'
78
- '.github/workflows/run-tests.yml'
89
- 'phpunit.xml.dist'
910
- 'composer.json'
1011
- 'composer.lock'
11-
12+
pull_request:
13+
branches: [ "main", "develop" ]
1214
jobs:
1315
test:
1416
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)