Skip to content

Conversation

@stesee
Copy link
Collaborator

@stesee stesee commented Jan 6, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 6, 2026 09:48
Copy link

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 refactors the GitHub Actions workflow for .NET by improving code formatting and consistency, and adding pull request trigger support.

  • Adds pull_request as a workflow trigger alongside the existing push trigger
  • Standardizes indentation throughout the workflow file to consistent 2-space indentation
  • Removes trailing whitespace from multiple lines for cleaner formatting

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

stesee added 2 commits January 6, 2026 11:04
Adds conditional job execution for push and pull requests from forks, uploads build artifacts only on Ubuntu, and refactors publish/test jobs to use downloaded artifacts instead of rebuilding. This streamlines CI/CD, reduces redundant builds, and improves artifact management.
Updated the deployRelease and deployTest jobs in the GitHub Actions workflow to only run on push events to the 'release' and 'main' branches, respectively. This prevents deployments from being triggered by other event types.
@stesee stesee merged commit 16ea007 into main Jan 6, 2026
7 checks passed
@stesee stesee deleted the stesee-patch-1 branch January 6, 2026 11:06
@github-actions github-actions bot locked and limited conversation to collaborators Jan 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants