From: Andrey Volk Date: Sat, 23 Oct 2021 10:23:04 +0000 (+0300) Subject: Run Drone CI on the pick branch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4004d821749a7267a00f3cc1ef9157c9a47700cc;p=thirdparty%2Ffreeswitch.git Run Drone CI on the pick branch --- diff --git a/.drone.yml b/.drone.yml index acdc0b51c0..4236c520a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,6 +69,7 @@ steps: trigger: branch: - master + - pick event: - pull_request - push @@ -142,12 +143,13 @@ steps: trigger: branch: - master + - pick event: - pull_request - push --- kind: signature -hmac: 500b43fb74a889e2a75e115a4d64c579a6bc48b9521e260908859d7359f2d46b +hmac: ba6963d1e1bc534f4d7aa9861e488e1e4c57ee8d5c2dc087bd062b304e2896b7 ...