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":
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||
- "v[0-9]+.[0-9]+.[0-9]+-pre[0-9]+"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user