Skip to content

Commit

Permalink
chore(ci): run release workflow once per day (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 17, 2023
1 parent 7731c5c commit af16395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-releases.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Create releases
on:
schedule:
- cron: '0 5 * * *' # every day at 5am UTC
push:
branches:
- main
Expand Down

0 comments on commit af16395

Please sign in to comment.