v0.7.10 - Bugfixes (#2360)
This commit is contained in:
parent
8773fe42fd
commit
0cf760ecd3
3 changed files with 11 additions and 7 deletions
4
.github/workflows/develop-workflow.yml
vendored
4
.github/workflows/develop-workflow.yml
vendored
|
@ -2,9 +2,9 @@ name: Nightly Workflow
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: '**'
|
||||
branches: ['!release/**']
|
||||
pull_request:
|
||||
branches: [ develop, '!release/**' ]
|
||||
branches: [ 'develop', '!release/**' ]
|
||||
types: [ closed ]
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue