From 7cb194006d55fa7408b0b178888a8b49d63729e1 Mon Sep 17 00:00:00 2001 From: Geoffrey McElhanon Date: Sat, 27 Apr 2024 17:27:02 -0500 Subject: [PATCH] Incorporated change from main for adding more branch patterns for pull requests. --- .github/workflows/Dependencies Security Scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dependencies Security Scan.yml b/.github/workflows/Dependencies Security Scan.yml index 79d8990c89..f6c9ed7ee6 100644 --- a/.github/workflows/Dependencies Security Scan.yml +++ b/.github/workflows/Dependencies Security Scan.yml @@ -7,7 +7,7 @@ name: Dependency Review Pull request on: pull_request: - branches: [main] + branches: [main, 'b-v*-patch*','feature-*'] env: HEAD_REF: ${{ GITHUB.HEAD_REF }}