Added triggers to CI for push and promote
continuous-integration/drone/push Build is passing Details

This was done to prevent duplicate CI runs when pushing to PRs
This commit is contained in:
Joe Bellus 2022-09-28 17:56:43 -04:00
parent 77847b077a
commit e9a70b8ab8
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
kind: pipeline
name: default
trigger:
event:
- push
- promote
steps:
- name: test
image: rust:latest