v0.7.10 - Bugfixes (#2360)

This commit is contained in:
Joe Milazzo 2023-10-28 14:25:42 -05:00 committed by GitHub
parent 8773fe42fd
commit 0cf760ecd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 7 deletions

View file

@ -2,9 +2,9 @@ name: Nightly Workflow
on:
push:
branches: '**'
branches: ['!release/**']
pull_request:
branches: [ develop, '!release/**' ]
branches: [ 'develop', '!release/**' ]
types: [ closed ]
jobs: