Skip to content

Commit 8f23893

Browse files
committed
Allow CI run on PR
1 parent 8c38853 commit 8f23893

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/laravel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- '6.x'
7+
pull_request:
8+
branches:
9+
- '6.x'
10+
711
env:
812
APP_ENV: test
913

0 commit comments

Comments
 (0)