mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-01 03:47:25 +08:00
Restrict detector trigger to master branch only
ComfyUI uses master as its default branch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2ced468ab6
commit
1cbb4c880d
@ -2,7 +2,7 @@ name: Detect Unreviewed Merge
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, master]
|
branches: [master]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: detect-unreviewed-merge
|
group: detect-unreviewed-merge
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user