also exclude test releases

pull/409/head
iwilltry42 4 years ago
parent 3c5690a507
commit 9e9bddb51d
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 2
      .drone.yml

@ -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

Loading…
Cancel
Save