mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-13 13:18:35 +00:00
.gitea: run release build on tag push (#31924)
This commit is contained in:
parent
3524499d55
commit
e9e4e8b05a
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
- "release/*"
|
tags:
|
||||||
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux-intel:
|
linux-intel:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue