also exclude test releases

This commit is contained in:
iwilltry42 2020-11-13 21:30:17 +01:00
parent 3c5690a507
commit 9e9bddb51d
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

@ -78,6 +78,7 @@ steps:
- "refs/tags/*rc*"
- "refs/tags/*beta*"
- "refs/tags/*alpha*"
- "refs/tags/*test*"
- name: release
image: plugins/github-release
@ -100,6 +101,7 @@ steps:
- "refs/tags/*rc*"
- "refs/tags/*beta*"
- "refs/tags/*alpha*"
- "refs/tags/*test*"
- name: docker_build_push_dind
image: plugins/docker