update workflow

This commit is contained in:
Dr.Lt.Data 2025-08-22 06:00:26 +09:00
parent 10ff90787c
commit 3d0bcf5979
2 changed files with 1 additions and 26 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- draft-v4
paths:
- "pyproject.toml"

View File

@ -1,25 +0,0 @@
name: Publish to Comfy registry
on:
workflow_dispatch:
push:
branches:
- main-blocked
paths:
- "pyproject.toml"
permissions:
issues: write
jobs:
publish-node:
name: Publish Custom Node to registry
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'ltdrdata' || github.repository_owner == 'Comfy-Org' }}
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Publish Custom Node
uses: Comfy-Org/publish-node-action@v1
with:
## Add your own personal access token to your Github Repository secrets and reference it here.
personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}