From ab7edc70488a224112885e68b661fab71067467e Mon Sep 17 00:00:00 2001 From: Thomas Nguyen Date: Fri, 8 Sep 2023 11:09:29 -0700 Subject: [PATCH] Reducing the scope of the v2 checks --- .github/workflows/blackduck-v2.yml | 2 ++ .github/workflows/test-v2.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/blackduck-v2.yml b/.github/workflows/blackduck-v2.yml index af79c22..ab81f63 100644 --- a/.github/workflows/blackduck-v2.yml +++ b/.github/workflows/blackduck-v2.yml @@ -5,6 +5,8 @@ on: branches: - v2/trunk pull_request: + branches: + - v2/trunk types: [opened, synchronize, reopened] jobs: diff --git a/.github/workflows/test-v2.yml b/.github/workflows/test-v2.yml index e2f204b..2b0cdd2 100644 --- a/.github/workflows/test-v2.yml +++ b/.github/workflows/test-v2.yml @@ -5,6 +5,8 @@ on: branches: - v2/trunk pull_request: + branches: + - v2/trunk jobs: test: