Enable tag builds for pypi and buildx workflows
This commit is contained in:
parent
60b36c3b19
commit
c6716e6d46
1
.github/workflows/buildx.yml
vendored
1
.github/workflows/buildx.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
workflow_run:
|
||||
workflows: ["tests"]
|
||||
branches: [main]
|
||||
tags: [v*]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
1
.github/workflows/pypi.yml
vendored
1
.github/workflows/pypi.yml
vendored
|
@ -3,6 +3,7 @@ name: pypi
|
|||
on:
|
||||
push:
|
||||
branches: main
|
||||
tags: v*
|
||||
|
||||
jobs:
|
||||
publish-test:
|
||||
|
|
Loading…
Reference in New Issue
Block a user