GitHub deploy action: Only deploy on Windows tags
This commit is contained in:
parent
8b147b4bcd
commit
e54ded6db3
|
@ -21,7 +21,7 @@ name: Deploy
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
- 'v*-windows'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue