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