[CI] Fix windows build tag exclude

Fixes error:

    you may only define one of `tags` and `tags-ignore` for a single event
This commit is contained in:
Calum Lind 2022-01-13 22:36:56 +00:00
parent 5f96ea4217
commit 1696c69776
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@ on:
push:
tags:
- "deluge-*"
tags-ignore:
- "*.dev0"
- "!deluge*-dev*"
branches:
- develop
pull_request: