Update develop-workflow.yml

This commit is contained in:
Robbie Davis 2024-03-17 14:14:11 -04:00 committed by GitHub
parent 7552c3f5fa
commit 78e1fb03de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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