[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:
parent
5f96ea4217
commit
1696c69776
|
@ -4,8 +4,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- "deluge-*"
|
||||
tags-ignore:
|
||||
- "*.dev0"
|
||||
- "!deluge*-dev*"
|
||||
branches:
|
||||
- develop
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in New Issue