Skip to content

Commit 446719c

Browse files
fjlhowjmay
authored andcommitted
.gitea: run release build on tag push (ethereum#31924)
1 parent 2802d32 commit 446719c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitea/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ on:
22
push:
33
branches:
44
- "master"
5-
- "release/*"
5+
tags:
6+
- "v*"
67

78
jobs:
89
linux-intel:

0 commit comments

Comments
 (0)