diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2022-01-14 14:05:34 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2022-01-14 14:07:22 +0100 |
commit | 2316088f5c0dd6cb044d9d4832fa7d56dcc79cdc (patch) | |
tree | a4d92769e29289c7465141e19609e2d16bbb3f3b /.github/workflows/cd.yml | |
parent | [CI] Fix typo in CD (diff) | |
download | deluge-2316088f5c0dd6cb044d9d4832fa7d56dcc79cdc.tar.xz deluge-2316088f5c0dd6cb044d9d4832fa7d56dcc79cdc.zip |
[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
Diffstat (limited to '.github/workflows/cd.yml')
-rw-r--r-- | .github/workflows/cd.yml | 2 |
1 files changed, 0 insertions, 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: |