From 15e0a44b4b118a0b95c465453a3b261d308ded05 Mon Sep 17 00:00:00 2001 From: Jothi Prakash Date: Fri, 23 May 2025 10:44:38 +0530 Subject: [PATCH] More conditions to run github actions --- .github/workflows/code-quality-checks.yml | 4 ++++ .github/workflows/integration.yml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/code-quality-checks.yml b/.github/workflows/code-quality-checks.yml index 4889156bf..462d22369 100644 --- a/.github/workflows/code-quality-checks.yml +++ b/.github/workflows/code-quality-checks.yml @@ -3,9 +3,13 @@ on: push: branches: - main + - sea-migration + - telemetry pull_request: branches: - main + - sea-migration + - telemetry jobs: run-unit-tests: runs-on: ubuntu-latest diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 87eaa79bb..ccd3a580d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -4,6 +4,11 @@ on: paths-ignore: - "**.MD" - "**.md" + pull_request: + branches: + - main + - sea-migration + - telemetry jobs: run-e2e-tests: