Skip to content

Commit

Permalink
[CI] Fix windows build tag exclude
Browse files Browse the repository at this point in the history
Fixes error:

    you may only define one of `tags` and `tags-ignore` for a single event
  • Loading branch information
cas-- committed Jan 13, 2022
1 parent 5f96ea4 commit 1696c69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
tags:
- "deluge-*"
tags-ignore:
- "*.dev0"
- "!deluge*-dev*"
branches:
- develop
pull_request:
Expand Down

0 comments on commit 1696c69

Please sign in to comment.