Use triggers instead of step conditions in .drone.yml where relevant
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Emi Tatsuo 2020-12-10 13:12:30 -05:00
parent accd372320
commit 3b4e9c77ec
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 7 additions and 7 deletions

View File

@ -7,10 +7,6 @@ steps:
pull: always
commands:
- cargo test --all --all-features
when:
event:
- push
- pull_request
- name: auto-release
image: xena/gitea-release
@ -26,6 +22,10 @@ steps:
- push
branch:
- main
trigger:
event:
- push
- pull_request
---
@ -40,6 +40,6 @@ steps:
environment:
CARGO_TOKEN:
from_secret: CARGO_TOKEN
when:
event:
- tag
trigger:
event:
- tag