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