Skip to content

Commit 5444019

Browse files
authored
Merge pull request #9 from OldXoopsLibraries/fix+improvement/run-autorelease-every-3-months
Run autorelease every 3 months
2 parents e9e839a + 3436899 commit 5444019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Automatic releases
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 3 * * 0'
6+
- cron: '10 10 * */3 0'
77

88
jobs:
99
auto-release:

0 commit comments

Comments
 (0)