Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 26, 2023
1 parent bc5567e commit 0e73085
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: release

on:
schedule:
- cron: '0,15,30,45 * * * *' # This schedule runs every night at midnight UTC
- cron: '0,15,30,45 * * * *' # schedule nightly build daily at midnight UTC
push:
tags:
- "v*.*.*"
- "v*.*.*" # normal release
- "nightly" # allow triggering nightly build manually

jobs:
nightly:
Expand Down

0 comments on commit 0e73085

Please sign in to comment.