Skip to content

Conversation

@wdconinc
Copy link
Contributor

@wdconinc wdconinc commented Dec 6, 2025

Briefly, what does this PR introduce?

This PR should avoid the empty mr tags being pushed from eicweb due to the trigger on push instead of pull_request.

Copilot AI review requested due to automatic review settings December 6, 2025 04:24
Copy link
Contributor

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 fixes a workflow trigger issue that was causing empty merge request tags to be pushed to EICweb. By restricting the push trigger to only the master branch and adding a pull_request trigger for PRs targeting master, the workflow now only runs when proper PR context is available, preventing empty tags from being created.

Key Changes

  • Added pull_request trigger filtered to PRs targeting the master branch
  • Restricted push trigger to only fire on pushes to the master branch

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

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