From 20c88dbf46255ba7a3f93a5933f03b808584394f Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Sat, 19 Aug 2023 20:40:16 +0200 Subject: [PATCH] feat: added the trigger declaration --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9bd053b..02c6874 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,8 @@ steps: image: alpine commands: - echo hello - - echo world \ No newline at end of file + - echo world + +trigger: + event: + - pull_request