Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #298 from LittleTealeaf/change-release-interval
Browse files Browse the repository at this point in the history
Changed to a monthly update release schedule
  • Loading branch information
LittleTealeaf authored Nov 23, 2022
2 parents 58cc906 + caf237d commit e24c28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 1 * *'
workflow_dispatch:


Expand Down

0 comments on commit e24c28d

Please sign in to comment.