From cfb22f64b5905db92a77e1864a2f6faabb0ee851 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Sun, 9 Jul 2023 06:07:17 +0800 Subject: [PATCH] fix drone config 14 --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index ac20d69..a543731 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,12 +82,7 @@ steps: when: event: include: - - pull_request - action: - include: - - opened - - reopened - - synchronized + - push ---