Skip to content

Fix workflow triggers#227

Merged
martincostello merged 1 commit intomainfrom
build-on-tag
Aug 11, 2025
Merged

Fix workflow triggers#227
martincostello merged 1 commit intomainfrom
build-on-tag

Conversation

@martincostello
Copy link
Copy Markdown
Member

Changes

Run when a tag is created to build and publish the release to NuGet.org.

Merge requirement checklist

  • Unit tests added/updated
  • CHANGELOG.md updated
  • Changes in public API reviewed (if applicable)

Run when a tag is created to build and publish the release.
Copilot AI review requested due to automatic review settings August 11, 2025 13:16
@martincostello martincostello added the bug Something isn't working label Aug 11, 2025
@martincostello martincostello requested a review from a team as a code owner August 11, 2025 13:16
@martincostello martincostello added the github-actions Pull requests that update GitHub Actions code label Aug 11, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR modifies the CI workflow to trigger on tag creation in addition to pushes to the main branch. The purpose is to enable automatic building and publishing of releases to NuGet.org when tags are created.

Key Changes

  • Added tag trigger to the GitHub Actions CI workflow to enable automated release publishing

Comment thread .github/workflows/ci.yml
@martincostello martincostello enabled auto-merge (squash) August 11, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working github-actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants