[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
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@ -4,8 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "deluge-*"
|
- "deluge-*"
|
||||||
tags-ignore:
|
- "!deluge*-dev*"
|
||||||
- "*.dev0"
|
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user