diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 828f300..c1f20b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - main + - master paths: - "pyproject.toml" @@ -18,4 +18,4 @@ jobs: uses: Comfy-Org/publish-node-action@main with: ## Add your own personal access token to your Github Repository secrets and reference it here. - personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }} \ No newline at end of file + personal_access_token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}