Skip to content

Commit a751bc0

Browse files
ci: run the release workflow via push tag events
Signed-off-by: Shunsuke Suzuki <[email protected]>
1 parent 3337f81 commit a751bc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
schedule:
55
- cron: '0 0 * * 1' # every Monday at 00:00 UTC
66
workflow_dispatch:
7+
push:
8+
tags: [v*]
79

810
jobs:
911
release:

0 commit comments

Comments
 (0)