Enable tag builds for pypi and buildx workflows
parent
60b36c3b19
commit
c6716e6d46
|
@ -4,6 +4,7 @@ on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["tests"]
|
workflows: ["tests"]
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
tags: [v*]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ name: pypi
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: main
|
branches: main
|
||||||
|
tags: v*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-test:
|
publish-test:
|
||||||
|
|
Loading…
Reference in New Issue