diff --git a/.drone.yml b/.drone.yml index 32cbd32..798828a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: