ci: don't build circleci on branches

This commit is contained in:
link2xt
2021-05-23 19:34:59 +03:00
parent ea88a567f9
commit 8b19b6f9fe

View File

@@ -56,11 +56,15 @@ workflows:
filters:
tags:
only: /.+/
branches:
ignore: /.*/
- build_doxygen:
filters:
tags:
only: /.+/
branches:
ignore: /.*/
- upload_docs_wheels:
requires:
@@ -69,3 +73,5 @@ workflows:
filters:
tags:
only: /.+/
branches:
ignore: /.*/