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: