ci: build wheels only for tags

This commit is contained in:
link2xt
2021-05-23 19:30:10 +03:00
parent 2a83147d90
commit 38c23104da

View File

@@ -54,18 +54,18 @@ workflows:
jobs:
- remote_python_packaging:
filters:
branches:
only: master
tags:
only: /.*/
- build_doxygen:
filters:
tags:
only: /.*/
- upload_docs_wheels:
requires:
- remote_python_packaging
- build_doxygen
filters:
branches:
only: master
- build_doxygen:
filters:
branches:
only: master
tags:
only: /.*/