Fixed the release wworflows triggered by v1 tag.
- This tag is used for the GitHub Action.
This commit is contained in:
parent
49ac5d135f
commit
2ddbea3e68
|
|
@ -5,8 +5,11 @@ name: Upload Python Package
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
tags-ignore:
|
||||
- "v1"
|
||||
- "v2"
|
||||
- "v3"
|
||||
- "v4"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
|
|
@ -2,8 +2,11 @@ name: release
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
tags-ignore:
|
||||
- "v1"
|
||||
- "v2"
|
||||
- "v3"
|
||||
- "v4"
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
|
|||
Loading…
Reference in New Issue