From 00aaac4c603215e7ba3234eef92f3bf58b167b47 Mon Sep 17 00:00:00 2001 From: thest1tch Date: Sat, 1 Jul 2023 14:57:55 +0500 Subject: [PATCH] fix drone --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 82295e6..cb5a1c3 100755 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,10 @@ steps: - chown 1000:1000 /site - chmod -R 777 /site when: - event: push - branch: states/* + event: + - push + branch: + - states/* - name: telgram_notify image: appleboy/drone-telegram