CI is now only triggered on Promote and Pull Request
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Joe Bellus 2022-10-17 17:29:35 -04:00
parent 7ff86dd86c
commit 2fa149662e
1 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,11 @@
kind: pipeline
name: default
trigger:
event:
include:
- promote
- pull_request
steps:
- name: test
image: rust:latest
@ -36,7 +40,6 @@ steps:
- staging
- production
---
kind: pipeline
name: windows-build
@ -44,6 +47,11 @@ type: exec
platform:
os: windows
arch: amd64
trigger:
event:
include:
- promote
- pull_request
steps:
- name: test
commands: