Skip to content

[FEAT] Add workflow_dispatch trigger to npm publish workflow (#33)#34

Merged
IISweetHeartII merged 1 commit intodevelopfrom
feat/add-workflow-dispatch-#33
Feb 5, 2026
Merged

[FEAT] Add workflow_dispatch trigger to npm publish workflow (#33)#34
IISweetHeartII merged 1 commit intodevelopfrom
feat/add-workflow-dispatch-#33

Conversation

@IISweetHeartII
Copy link
Contributor

Description

Add `workflow_dispatch` trigger to the npm publish workflow to enable manual workflow runs for specific refs/tags.

Type of Change

  • Feature

Changes Made

  • Added `workflow_dispatch` trigger to .github/workflows/publish.yml
  • Allows manual workflow dispatch with optional ref input parameter
  • Maintains existing push tag and release triggers

Related Issues

Closes #33

Testing

  • Manual testing performed
  • Type check passes
  • Lint passes
  • Build succeeds

Checklist

  • My code follows the project's code style
  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
@IISweetHeartII IISweetHeartII merged commit 48b16dd into develop Feb 5, 2026
0 of 3 checks passed
@IISweetHeartII IISweetHeartII deleted the feat/add-workflow-dispatch-#33 branch February 5, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add workflow_dispatch trigger to npm publish workflow

1 participant