mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
remove additional tags: check from ci, it is 'master branch || has tags' so that does not make much sense, generation should be done on master only
This commit is contained in:
@@ -53,8 +53,6 @@ workflows:
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
#tags:
|
||||
# only: /.*/
|
||||
|
||||
- upload_docs_wheels:
|
||||
requires:
|
||||
@@ -63,12 +61,8 @@ workflows:
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
tags:
|
||||
only: /.*/
|
||||
|
||||
- build_doxygen:
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
tags:
|
||||
only: /.*/
|
||||
|
||||
Reference in New Issue
Block a user