Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 4d7c037

Browse files
committed
adds on tag event for release workflow
1 parent d5a8200 commit 4d7c037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
branches: ["main"]
44
push:
55
branches: ["main"]
6+
tags:
7+
- "v*.*.*"
68
workflow_call:
79

810
# In cases of concurrent workflows running (consecutive pushes to PR)

0 commit comments

Comments
 (0)