From c429e25ab817df0d6debcece6b7f386e9927d6c2 Mon Sep 17 00:00:00 2001 From: Chandan-DK <chandan.dk@nirmata.com> Date: Mon, 29 Jul 2024 15:25:33 +0000 Subject: [PATCH] add branch to workflow test Signed-off-by: Chandan-DK <chandan.dk@nirmata.com> --- .github/workflows/cel-tests.yml | 1 + .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cel-tests.yml b/.github/workflows/cel-tests.yml index 03149a6f6..7aa06aad7 100644 --- a/.github/workflows/cel-tests.yml +++ b/.github/workflows/cel-tests.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - 'main' + - 'test-cel-workflow-composite' concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a202d10d..04a0fbfd4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - 'main' + - 'test-cel-workflow-composite' concurrency: group: ${{ github.workflow }}-${{ github.ref }}