Skip to content

Commit 9eeab54

Browse files
authored
wip
1 parent 364e571 commit 9eeab54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: run-tests
22

33
on:
44
push:
5-
branches: [main, patch*]
5+
branches: [main]
66
pull_request:
77
branches: [main]
88

@@ -40,6 +40,5 @@ jobs:
4040
composer require "laravel/framework:${{ matrix.laravel }}" --dev --no-interaction --no-update
4141
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4242
43-
4443
- name: Execute tests
4544
run: ./vendor/bin/pest --coverage-clover build/clover.xml

0 commit comments

Comments
 (0)