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