From ce6d3695a6230df15e06a9c64316071c4c93cc0f Mon Sep 17 00:00:00 2001 From: Aidan Daly Date: Mon, 23 Feb 2026 00:06:39 +0000 Subject: [PATCH] ci: add feat/gateway-integration branch to workflow triggers --- .github/workflows/build-and-test.yml | 4 ++-- .github/workflows/codeql.yml | 6 +++--- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/pr-size.yml | 2 +- .github/workflows/pr-title.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 474ec6c3..5a99f3a8 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -2,9 +2,9 @@ name: Build and Test on: push: - branches: ['main'] + branches: ['main', 'feat/gateway-integration'] pull_request: - branches: ['main'] + branches: ['main', 'feat/gateway-integration'] permissions: contents: read diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5eee5e90..a64f5bb3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,11 +2,11 @@ name: CodeQL on: push: - branches: ['main'] + branches: ['main', 'feat/gateway-integration'] pull_request: - branches: ['main'] + branches: ['main', 'feat/gateway-integration'] pull_request_target: - branches: ['main'] + branches: ['main', 'feat/gateway-integration'] # Cancel in-progress runs when a new commit is pushed concurrency: diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 344391d0..968fe954 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -6,7 +6,7 @@ on: description: 'AWS region for deployment' default: 'us-east-1' pull_request_target: - branches: [main] + branches: [main, feat/gateway-integration] permissions: id-token: write # OIDC — lets GitHub assume an AWS IAM role via short-lived token (no stored keys) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 377464de..b88258fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: Quality and Safety Checks on: push: - branches: ['main'] + branches: ['main', 'feat/gateway-integration'] pull_request: - branches: ['main'] + branches: ['main', 'feat/gateway-integration'] permissions: contents: read diff --git a/.github/workflows/pr-size.yml b/.github/workflows/pr-size.yml index 1982c05f..e172e99f 100644 --- a/.github/workflows/pr-size.yml +++ b/.github/workflows/pr-size.yml @@ -4,7 +4,7 @@ name: PR Size Check and Label # Safe because this workflow only reads PR metadata — it never checks out untrusted code. on: pull_request_target: - branches: [main] + branches: [main, feat/gateway-integration] jobs: label-size: diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 46fd69bf..02ed5fa7 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -2,7 +2,7 @@ name: Validate PR Title on: pull_request_target: - branches: [main] + branches: [main, feat/gateway-integration] types: [opened, edited, synchronize, reopened] jobs: