Skip to content

Commit

Permalink
feat: schedule release job to run daily
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Dec 15, 2023
1 parent 20383e6 commit d98321f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ permissions:
contents: write

on:
push:
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * *"

jobs:
version_check:
Expand Down

0 comments on commit d98321f

Please sign in to comment.