Skip to content

Commit

Permalink
ci: Use schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed May 12, 2022
1 parent a1d4a1c commit 37f040e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Release
on:
push:
branches:
- main
tags:
- "v*.*.*"
schedule:
# +---------------- minute (0 - 59)
# | +------------- hour (0 - 23)
# | | +---------- day of month (1 - 31)
# | | | +------- month (1 - 12)
# | | | | +---- day of week (0 - 6) (Sunday=0 or 7)
# | | | | |
- cron: "0 3 * * 6" # At 12:00 on Saturday (JST)

jobs:
release:
Expand Down

0 comments on commit 37f040e

Please sign in to comment.