From 7c36b098037e75f278257d49691b1f5a4a129361 Mon Sep 17 00:00:00 2001 From: Scott Brady Date: Sat, 30 Mar 2024 06:02:26 +0000 Subject: [PATCH] Updated pipelines to run for v3 branch --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dotnetcore.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 67ea87d..5133cb2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [master] + branches: [ master, v3 ] pull_request: # The branches below must be a subset of the branches above branches: [master] diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 0994bc5..d8714ca 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -2,7 +2,7 @@ name: .NET Core on: push: - branches: [ master, v2 ] + branches: [ master, v2, v3 ] pull_request: branches: [ master ]