From bb1d83578cc9f59f14909c4cda03d957beaf780b Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 5 Apr 2026 19:37:34 +0200 Subject: [PATCH] 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 --- .github/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7f8250..1a60e58 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,12 @@ name: Publish to ComfyUI Registry on: + workflow_dispatch: push: - tags: - - "v*" + branches: + - master + paths: + - "pyproject.toml" jobs: publish: