From 2e90af24aae07772be27a022957086e558e1c0f2 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 18 Sep 2023 05:35:02 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 79b8900..2e76780 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,4 +58,7 @@ steps: from_secret: ssh_key volumes: - name: output - temp: {} \ No newline at end of file + temp: {} +trigger: + branch: + - master \ No newline at end of file