ci: trigger publish on pyproject.toml push to master (not tags)

Matches the pattern used by the working LoRA Optimizer publish workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-05 19:37:34 +02:00
parent 138df3abc4
commit bb1d83578c
+5 -2
View File
@@ -1,9 +1,12 @@
name: Publish to ComfyUI Registry
on:
workflow_dispatch:
push:
tags:
- "v*"
branches:
- master
paths:
- "pyproject.toml"
jobs:
publish: