From f1190c47f8aed73fac56c805b18e64a65826d00a Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 14 Dec 2023 11:14:26 +0100 Subject: [PATCH] Do not check base on fb --- .github/workflows/deploy-featurebranch.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-featurebranch.yml b/.github/workflows/deploy-featurebranch.yml index 10d57bb6e3..a5636fe912 100644 --- a/.github/workflows/deploy-featurebranch.yml +++ b/.github/workflows/deploy-featurebranch.yml @@ -4,13 +4,11 @@ on: pull_request: types: [ labeled, - # default types (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request) + # default types below (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request) opened, synchronize, reopened, ] - branches: - - master jobs: release: