mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 00:00:06 +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-launch.yml
vendored
4
.github/workflows/test-launch.yml
vendored
@@ -2,9 +2,9 @@ name: Test server launches without errors
|
||||
|
||||
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