as discussed with @dignifiedquire only do package-building and upload on master, not on branches.

This commit is contained in:
holger krekel
2020-06-09 14:10:15 +02:00
parent 7677650b39
commit 1083cab972

View File

@@ -181,6 +181,8 @@ workflows:
requires:
- remote_tests_python
filters:
branches:
only: master
tags:
only: /.*/
@@ -189,6 +191,8 @@ workflows:
- remote_python_packaging
- build_doxygen
filters:
branches:
only: master
tags:
only: /.*/
# - rustfmt:
@@ -200,6 +204,8 @@ workflows:
- build_doxygen:
filters:
branches:
only: master
tags:
only: /.*/