fix ci file

This commit is contained in:
felinae98 2021-12-06 16:16:49 +08:00
parent edebde7b51
commit 8749561037
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -35,9 +35,19 @@ workflows:
- publish-pypi:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
- publish-github-release:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
- docker/publish: &docker-push
requires:
- test