ci: add workflow dispatch to publish pipelines#26
Conversation
There was a problem hiding this comment.
Pull request overview
Adds workflow_dispatch trigger to both publish workflows, enabling manual triggering from the GitHub Actions UI.
Changes:
- Added
workflow_dispatchtrigger topublish_main.yamlandpublish_dev.yaml
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/publish_main.yaml | Added workflow_dispatch trigger |
| .github/workflows/publish_dev.yaml | Added workflow_dispatch trigger |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
0281415 to
34d1170
Compare
Version AnalysisNext Version: Changelog: 📄 View detailed changelog in job summary |
There was a problem hiding this comment.
Pull request overview
Adds workflow_dispatch trigger to both publish workflows, enabling manual triggering of package publishing.
Changes:
- Added
workflow_dispatchtrigger to the main publish workflow - Added
workflow_dispatchtrigger to the dev publish workflow
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/publish_main.yaml |
Added workflow_dispatch trigger |
.github/workflows/publish_dev.yaml |
Added workflow_dispatch trigger |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Version AnalysisNext Version: Changelog: 📄 View detailed changelog in job summary |
cf. title