mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-03 23:09:36 +00:00
Update workflows for new release process (#11064)
* Update release workflows for branch process * Adjust branch order in workflow triggers * Revert changes in test workflows
This commit is contained in:
4
.github/workflows/test-execution.yml
vendored
4
.github/workflows/test-execution.yml
vendored
@@ -2,9 +2,9 @@ name: Execution Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
branches: [ main, master, release/** ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
branches: [ main, master, release/** ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user