Revert "Disable automatic tarball build"
This reverts commit aa87742be0
.
This commit is contained in:
parent
cecba48c7b
commit
44865e06b1
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v3*'
|
||||||
|
tags-ignore:
|
||||||
|
- '*-nightly*'
|
||||||
|
- '*-beta*'
|
||||||
|
- '*-alpha*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-tarball:
|
build-tarball:
|
||||||
name: Build tarball
|
name: Build tarball
|
||||||
|
|
Loading…
Reference in a new issue