Fixed the release wworflows triggered by v1 tag.

- This tag is used for the GitHub Action.
This commit is contained in:
Salvador E. Tropea 2021-05-04 11:03:56 -03:00
parent 49ac5d135f
commit 2ddbea3e68
2 changed files with 10 additions and 4 deletions

View File

@ -5,8 +5,11 @@ name: Upload Python Package
on:
push:
tags:
- "v*"
tags-ignore:
- "v1"
- "v2"
- "v3"
- "v4"
jobs:
deploy:

View File

@ -2,8 +2,11 @@ name: release
on:
push:
tags:
- "v*"
tags-ignore:
- "v1"
- "v2"
- "v3"
- "v4"
jobs:
check: