From 934611029fd51a0f0976d33c3921530a6f62b984 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 14 Dec 2023 11:04:28 +0100 Subject: [PATCH] Add types --- .github/workflows/deploy-featurebranch.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy-featurebranch.yml b/.github/workflows/deploy-featurebranch.yml index 9bbab42436..d177d88a2f 100644 --- a/.github/workflows/deploy-featurebranch.yml +++ b/.github/workflows/deploy-featurebranch.yml @@ -2,6 +2,13 @@ name: deploy-featurebranch on: pull_request: + types: [ + labeled, + # default types + opened, + synchronize, + reopened, + ] branches: - master