Skip to content

Commit 0ae1ef1

Browse files
author
Itamar Junior
committed
Update GitHub Actions workflow to trigger on master and wildcard branches, and add scheduled runs
1 parent c6afa49 commit 0ae1ef1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/laravel-package-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Laravel Package Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- master
7+
- '*.x'
78
pull_request:
8-
branches:
9-
- main
9+
schedule:
10+
- cron: '0 0 * * *'
1011

1112
jobs:
1213
test:

0 commit comments

Comments
 (0)