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