From cb24ab880af0496fd37358aca3fc79ba2a4928c8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:16:35 +0000 Subject: [PATCH 1/2] Initial plan From c5815821ea7e0a014b64427f45d95620e2eedccb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:25:18 +0000 Subject: [PATCH 2/2] Add master branch to CI/CD workflow triggers Co-authored-by: DimaBir <28827735+DimaBir@users.noreply.github.com> --- .github/workflows/lint.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1af62a0..953d797 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: Code Quality on: push: - branches: [ main, copilot/* ] + branches: [ main, master, copilot/* ] pull_request: - branches: [ main ] + branches: [ main, master ] jobs: lint: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 141c378..dd229a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [ main, copilot/* ] + branches: [ main, master, copilot/* ] pull_request: - branches: [ main ] + branches: [ main, master ] jobs: test: