diff --git a/.drone.yml b/.drone.yml
index 12aa609..bdc7751 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -10,3 +10,9 @@ steps:
   commands:
     - go get ./...
     - go test ./...
+
+trigger:
+  event:
+  - push  
+  - cron
+  - custom  
\ No newline at end of file