Skip to content

Enable manual restart of Release workflow#1

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/restart-github-actions-release
Draft

Enable manual restart of Release workflow#1
Copilot wants to merge 2 commits intomainfrom
copilot/restart-github-actions-release

Conversation

Copy link

Copilot AI commented Jan 31, 2026

The Release GitHub Actions workflow only ran on tag pushes, preventing manual restarts of release builds. This update enables manual dispatch so a release can be rerun without creating a new tag.

  • Workflow trigger expansion
    • Add workflow_dispatch to the Release workflow to allow manual runs.
on:
  push:
    tags:
      - "v*"
  workflow_dispatch:

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: hightemp <297388+hightemp@users.noreply.github.com>
Copilot AI changed the title [WIP] Restart GitHub Actions release build Enable manual restart of Release workflow Jan 31, 2026
Copilot AI requested a review from hightemp January 31, 2026 09:39
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.

2 participants