From b81b4513346529d445a57d4aee052d5184af6fcb Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com> Date: Tue, 9 Apr 2024 17:43:28 -0700 Subject: [PATCH] temporary enable CI triggers on feature branch --- .github/workflows/ci-additional.yaml | 2 ++ .github/workflows/ci.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index bb39f1875e9..cf571b237fd 100644 --- a/.github/workflows/ci-additional.yaml +++ b/.github/workflows/ci-additional.yaml @@ -3,9 +3,11 @@ on: push: branches: - "main" + - "backend-indexing" pull_request: branches: - "main" + - "backend-indexing" workflow_dispatch: # allows you to trigger manually concurrency: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9724c18436e..8a282a1d2ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,9 +3,11 @@ on: push: branches: - "main" + - "backend-indexing" pull_request: branches: - "main" + - "backend-indexing" workflow_dispatch: # allows you to trigger manually concurrency: