Skip to content

Commit

Permalink
chore: schedule maintenance releases
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn authored May 20, 2022
1 parent 8647200 commit c75d2df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Release
on: [workflow_dispatch]
on:
workflow_dispatch:
# Release patches and secruity updates on a schedule
schedule:
- cron: "0 0 1 * *"

jobs:
tag:
name: Tag
Expand Down

0 comments on commit c75d2df

Please sign in to comment.