Skip to content

Commit

Permalink
ci: run release on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ext committed Apr 5, 2024
1 parent 7ebd469 commit 123c2d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release
on: [workflow_dispatch]
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 5"
jobs:
release:
name: Release
Expand Down

0 comments on commit 123c2d6

Please sign in to comment.