mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
as discussed with @dignifiedquire only do package-building and upload on master, not on branches.
This commit is contained in:
@@ -181,6 +181,8 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- remote_tests_python
|
- remote_tests_python
|
||||||
filters:
|
filters:
|
||||||
|
branches:
|
||||||
|
only: master
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
|
|
||||||
@@ -189,6 +191,8 @@ workflows:
|
|||||||
- remote_python_packaging
|
- remote_python_packaging
|
||||||
- build_doxygen
|
- build_doxygen
|
||||||
filters:
|
filters:
|
||||||
|
branches:
|
||||||
|
only: master
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
# - rustfmt:
|
# - rustfmt:
|
||||||
@@ -200,6 +204,8 @@ workflows:
|
|||||||
|
|
||||||
- build_doxygen:
|
- build_doxygen:
|
||||||
filters:
|
filters:
|
||||||
|
branches:
|
||||||
|
only: master
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user