Update develop-workflow.yml
This commit is contained in:
parent
7552c3f5fa
commit
78e1fb03de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/develop-workflow.yml
vendored
2
.github/workflows/develop-workflow.yml
vendored
|
@ -2,7 +2,7 @@ name: Nightly Workflow
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['!release/**']
|
||||
branches: ['develop', '!release/**']
|
||||
pull_request:
|
||||
branches: [ 'develop', '!release/**' ]
|
||||
types: [ closed ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue