remove additional tags: check from ci, it is 'master branch || has tags' so that does not make much sense, generation should be done on master only

This commit is contained in:
B. Petersen
2021-04-14 15:57:59 +02:00
committed by bjoern
parent e13bb8fbd4
commit cc6b02f037

View File

@@ -53,8 +53,6 @@ workflows:
filters:
branches:
only: master
#tags:
# only: /.*/
- upload_docs_wheels:
requires:
@@ -63,12 +61,8 @@ workflows:
filters:
branches:
only: master
tags:
only: /.*/
- build_doxygen:
filters:
branches:
only: master
tags:
only: /.*/