Skip to content

Commit 9a0283a

Browse files
authored
Update laravel.yml
1 parent be9712e commit 9a0283a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/laravel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
push:
77
branches: [ "main" ]
88
paths:
9+
- '.github/workflows/laravel.yml'
910
- 'app/**'
1011
- 'config/**'
1112
- 'tests/**'
1213
- 'routes/**'
1314
pull_request:
1415
branches: [ "main" ]
1516
paths:
17+
- '.github/workflows/laravel.yml'
1618
- 'app/**'
1719
- 'config/**'
1820
- 'tests/**'

0 commit comments

Comments
 (0)