Skip to content

Commit 2e37f12

Browse files
committed
chore(actions): add schedule and workflow_dispatch triggers to "Release" workflow
1 parent 52d6ac9 commit 2e37f12

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
schedule:
8+
- cron: "0 17 * * 2" # Weekly on Tuesday evenings
9+
workflow_dispatch:
710

811
jobs:
912
release-please:

0 commit comments

Comments
 (0)