Skip to content

Commit a506e0a

Browse files
committed
Run Release Workflow for Tags
1 parent e748176 commit a506e0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Release
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- "v*"
67

78
permissions:
89
contents: write

0 commit comments

Comments
 (0)