Skip to content

ci(test): remove duplicate push trigger on all branches#11

Merged
AperturePlus merged 1 commit intomasterfrom
develop
Feb 22, 2026
Merged

ci(test): remove duplicate push trigger on all branches#11
AperturePlus merged 1 commit intomasterfrom
develop

Conversation

@AperturePlus
Copy link
Owner

Why: push on '' + pull_request on '' caused two identical CI runs
every time a commit was pushed to a PR branch, wasting runner time.

What: narrow push trigger to master only (post-merge validation);
pull_request continues to cover all PR branches for pre-merge checks.

Test: no logic change, only trigger scope adjusted

Why: push on '**' + pull_request on '**' caused two identical CI runs
     every time a commit was pushed to a PR branch, wasting runner time.

What: narrow push trigger to master only (post-merge validation);
     pull_request continues to cover all PR branches for pre-merge checks.

Test: no logic change, only trigger scope adjusted
@AperturePlus AperturePlus merged commit 4b52424 into master Feb 22, 2026
1 check passed
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.

1 participant