From f18a03c6cb73bfa1115dc87ae9d0a87817ade2f5 Mon Sep 17 00:00:00 2001 From: Marown Date: Sat, 3 Jun 2023 10:57:43 +0200 Subject: [PATCH] Run Drone CI pipeline on pull requests only (#418) ## What changes were proposed in this pull request? Run Drone CI pipeline on pull requests only. ## How was this patch tested? Drone CI pipeline. Co-authored-by: Amab Reviewed-on: https://git.cuernodehipnos.es/Marown/SWADroid/pulls/418 --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8a0f6166..d30f9f28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,3 +26,7 @@ steps: # from_secret: sonar_host # sonar_token: # from_secret: sonar_token + +trigger: + event: + - pull_request