Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions: Update events that trigger CI. #52

Merged
merged 4 commits into from
Mar 10, 2025
Merged

actions: Update events that trigger CI. #52

merged 4 commits into from
Mar 10, 2025

Conversation

gorzell
Copy link
Contributor

@gorzell gorzell commented Mar 10, 2025

  • Add workflow_dispatch so that CI can be manually triggered.
  • Restrict push triggers to main and version tags.
  • Add pull_request so that CI runs properly on PRs from external contributors.

@Copilot Copilot bot review requested due to automatic review settings March 10, 2025 08:17
@gorzell gorzell requested a review from a team as a code owner March 10, 2025 08:17

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This pull request enables manual triggering of the CI workflow using the GitHub Actions workflow_dispatch event.

  • Added workflow_dispatch trigger in the CI workflow configuration.

Reviewed Changes

File Description
.github/workflows/ci.yaml Added workflow_dispatch to enable manual triggers.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more

@gorzell gorzell changed the title actions: Enable workflow dispatch for the ci workflow. actions: Update events that trigger CI. Mar 10, 2025
@gorzell gorzell merged commit c01967b into main Mar 10, 2025
3 checks passed
@gorzell gorzell deleted the gorzell/ci branch March 10, 2025 09:01
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