Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 3, 2025

The repository has both main and master branches, but CI/CD workflows only triggered on main. Pushes to master bypassed test and lint validation.

Changes

  • Add master to push triggers in tests.yml and lint.yml workflows
  • Add master to pull request triggers in both workflows
on:
  push:
    branches: [ main, master, copilot/* ]
  pull_request:
    branches: [ main, master ]

Tests and linting now run on all commits and PRs to master, preventing breaking changes from entering the branch.

Original prompt

add to CI/CD trigger tests when push to master , to prevent breaking changes go into the master


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: DimaBir <28827735+DimaBir@users.noreply.github.com>
Copilot AI changed the title [WIP] add to CI/CD trigger tests when push to master , to prevent breaking changes go into the master Add master branch to CI/CD workflow triggers Nov 3, 2025
Copilot AI requested a review from DimaBir November 3, 2025 11:27
@DimaBir DimaBir marked this pull request as ready for review November 3, 2025 11:32
@DimaBir DimaBir merged commit 92f8a7d into master Nov 3, 2025
8 checks passed
@DimaBir DimaBir deleted the copilot/fix-28827735-696176060-0bb5ca2f-e946-431f-a6f6-07da71124318 branch November 3, 2025 12:14
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