[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
This commit is contained in:
parent
d14310078b
commit
2316088f5c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue