Skip to content

Commit 7e293b2

Browse files
committed
chore: test unpinned dayly
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 2ad9cff commit 7e293b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: PHP CI
44

55
on:
66
push:
7-
branches: [ "master" ]
7+
branches: [ "main", "master", "next" ]
88
tags: [ "v*" ] # have tools scan this stable version
99
pull_request:
1010
workflow_dispatch:
1111
schedule:
12-
# schedule weekly tests, since dependencies are not intended to be locked
13-
# this means: at 23:42 on Fridays
14-
- cron: '42 23 * * 5'
12+
# schedule dayly tests, since dependencies are not intended to be locked
13+
# this means: at 23:42 every day
14+
- cron: '42 23 * * *'
1515

1616
concurrency:
1717
group: '${{ github.workflow }}-${{ github.ref }}'

0 commit comments

Comments
 (0)