mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
ci: don't build circleci on branches
This commit is contained in:
@@ -56,11 +56,15 @@ workflows:
|
|||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.+/
|
only: /.+/
|
||||||
|
branches:
|
||||||
|
ignore: /.*/
|
||||||
|
|
||||||
- build_doxygen:
|
- build_doxygen:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.+/
|
only: /.+/
|
||||||
|
branches:
|
||||||
|
ignore: /.*/
|
||||||
|
|
||||||
- upload_docs_wheels:
|
- upload_docs_wheels:
|
||||||
requires:
|
requires:
|
||||||
@@ -69,3 +73,5 @@ workflows:
|
|||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.+/
|
only: /.+/
|
||||||
|
branches:
|
||||||
|
ignore: /.*/
|
||||||
|
|||||||
Reference in New Issue
Block a user