GitHub deploy action: Only deploy on Windows tags

This commit is contained in:
Marius Greuel 2023-01-09 19:43:17 +01:00
parent 8b147b4bcd
commit e54ded6db3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ name: Deploy
on: on:
push: push:
tags: tags:
- 'v*' - 'v*-windows'
jobs: jobs:
build: build: