Skip to content

Commit 737d20e

Browse files
tuha263claude
andauthored
feat: Add workflow_dispatch trigger to publish-upm workflow (#3)
Enables manual triggering of package publishing workflow from GitHub Actions UI. This allows administrators to manually trigger package publishes without waiting for automatic triggers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 2b481a5 commit 737d20e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-upm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publish to UPM Registry
22

33
on:
4+
workflow_dispatch: # Manual trigger
5+
46
push:
57
branches:
68
- master

0 commit comments

Comments
 (0)