only publish on tag
This commit is contained in:
parent
fd2fd3e733
commit
b10395bc65
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -3,8 +3,9 @@ name: Publish
|
|||||||
|
|
||||||
"on":
|
"on":
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- master
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
|
- "v[0-9]+.[0-9]+.[0-9]+-pre[0-9]+"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user