Skip to content

Commit

Permalink
Merge pull request #12 from imponeer/autorelease-every-3-months
Browse files Browse the repository at this point in the history
Autorelease every 3 months
  • Loading branch information
MekDrop committed Oct 2, 2022
2 parents aea9d1f + 54dd4f4 commit af21918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Automatic releases
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * 3'
- cron: '5 4 * */3 0'

jobs:
auto-release:
Expand Down

0 comments on commit af21918

Please sign in to comment.