From 2316088f5c0dd6cb044d9d4832fa7d56dcc79cdc Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 14 Jan 2022 13:05:34 +0000 Subject: [PATCH] [CI] Remove PR specified branch This branch name is the head name not the base name so prevents the job running unless submitted has branch name that matches --- .github/workflows/cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ea9a27aea..a029bae49 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,8 +9,6 @@ on: - develop pull_request: types: [labeled, opened, synchronize, reopened] - branches: - - develop # Allows you to run this workflow manually from the Actions tab workflow_dispatch: