Skip to content

Commit 2b972ae

Browse files
committed
GA: trigger release on version tag
1 parent 01228a8 commit 2b972ae

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

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

33
on:
4-
release:
5-
types:
6-
- created
7-
- released
8-
- prereleased
4+
push:
5+
tags: [v*]
96

107
jobs:
118
build_linux:

0 commit comments

Comments
 (0)