Skip to content

Commit

Permalink
Updated pipelines to run for v3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrady91 committed Mar 30, 2024
1 parent 0ba9ba4 commit 7c36b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: .NET Core

on:
push:
branches: [ master, v2 ]
branches: [ master, v2, v3 ]
pull_request:
branches: [ master ]

Expand Down

0 comments on commit 7c36b09

Please sign in to comment.