mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
ci: require that tag contains at least 1 character
This commit is contained in:
@@ -55,12 +55,12 @@ workflows:
|
|||||||
- remote_python_packaging:
|
- remote_python_packaging:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.+/
|
||||||
|
|
||||||
- build_doxygen:
|
- build_doxygen:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.+/
|
||||||
|
|
||||||
- upload_docs_wheels:
|
- upload_docs_wheels:
|
||||||
requires:
|
requires:
|
||||||
@@ -68,4 +68,4 @@ workflows:
|
|||||||
- build_doxygen
|
- build_doxygen
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.+/
|
||||||
|
|||||||
Reference in New Issue
Block a user