Skip to content

Allow manual triggering of workflows#17

Merged
304NotModified merged 2 commits into
mainfrom
copilot/allow-manual-triggering-workflows
Mar 6, 2026
Merged

Allow manual triggering of workflows#17
304NotModified merged 2 commits into
mainfrom
copilot/allow-manual-triggering-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

Both CI workflows only supported event-based triggers (push/PR), with no way to manually run them from the GitHub Actions UI.

Changes

  • build.yml and sonarcloud.yml: Added workflow_dispatch trigger to each workflow's on block, enabling the "Run workflow" button in the Actions UI.
on:
  push:
    branches: [ "**" ]
  pull_request:
    branches: [ "main" ]
  workflow_dispatch:

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for manual triggering of workflows Allow manual triggering of workflows Mar 6, 2026
@304NotModified 304NotModified marked this pull request as ready for review March 6, 2026 21:31
@304NotModified 304NotModified enabled auto-merge (squash) March 6, 2026 21:31
@304NotModified 304NotModified merged commit 822498c into main Mar 6, 2026
3 checks passed
@304NotModified 304NotModified deleted the copilot/allow-manual-triggering-workflows branch March 6, 2026 21:32
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