From 358027c8502d9c61f584804dfcbc497723f86c64 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 4 Aug 2023 00:52:45 +0200 Subject: [PATCH] feat(ci): ignore pr for master Signed-off-by: kjuulh --- .drone.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 49a0da1..d0639fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -101,9 +101,13 @@ steps: OP_SERVICE_ACCOUNT_TOKEN: from_secret: op_service_account_token when: + event: + - push branch: - main - master + exclude: + - pull_request depends_on: - "load_secret" - "build ci" @@ -133,9 +137,11 @@ steps: OP_SERVICE_ACCOUNT_TOKEN: from_secret: op_service_account_token when: + event: + - tag ref: include: - - refs/tags/v** + - refs/tags/v* depends_on: - "load_secret" - "build ci"