Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 7083f50

Browse files
committed
Update GitHub Actions workflow to trigger on the master branch
1 parent 14b4c1b commit 7083f50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests-l10.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: "Run Tests - Laravel 10"
22

33
on:
44
push:
5-
branches: [ v5.x ]
5+
branches: [ v5.x, master ]
66

77
pull_request:
8-
branches: [ v5.x ]
8+
branches: [ v5.x, master ]
99

1010
jobs:
1111
tests:
1212

1313
runs-on: ubuntu-latest
14-
14+
1515
services:
1616
mongodb:
1717
image: mongo:7
@@ -22,7 +22,7 @@ jobs:
2222
--health-interval=10s
2323
--health-timeout=5s
2424
--health-retries=3
25-
25+
2626
strategy:
2727
fail-fast: false
2828
matrix:

0 commit comments

Comments
 (0)