Skip to content

Commit

Permalink
chore: run release-please action once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen authored and danipran committed Sep 30, 2024
1 parent 9e8e78e commit 26bfc01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
schedule:
- cron: '1 0 * * *'

# manual triggered
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 26bfc01

Please sign in to comment.