Skip to content

Commit a8381e4

Browse files
committedDec 20, 2023
Prevent GitHub Actions from running tests on README.md updates
1 parent 03b0f41 commit a8381e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/laravel.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Laravel
33
on:
44
push:
55
branches: [ "master" ]
6+
paths-ignore:
7+
- '**/README.md'
68
pull_request:
79
branches: [ "master" ]
810

0 commit comments

Comments
 (0)
Please sign in to comment.