Skip to content

fix: Fix build workflows being triggered twice on PRs from the same repo#3

Merged
metabrixkt merged 1 commit intomainfrom
bug/duplicate-pr-workflow-run
Feb 19, 2026
Merged

fix: Fix build workflows being triggered twice on PRs from the same repo#3
metabrixkt merged 1 commit intomainfrom
bug/duplicate-pr-workflow-run

Conversation

@metabrixkt
Copy link
Copy Markdown
Member

No description provided.

@metabrixkt metabrixkt requested a review from Copilot February 19, 2026 18:21
@metabrixkt metabrixkt self-assigned this Feb 19, 2026
@metabrixkt metabrixkt added the bug Something isn't working label Feb 19, 2026
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

Updates the CI workflow triggers to prevent duplicate runs when a pull request originates from a branch within the same repository (where both push and pull_request events would otherwise fire).

Changes:

  • Restricts the push trigger to the main branch so PR branch pushes no longer trigger the workflow twice.

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

@metabrixkt metabrixkt merged commit 29d6ac0 into main Feb 19, 2026
7 checks passed
@metabrixkt metabrixkt deleted the bug/duplicate-pr-workflow-run branch February 19, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants