Skip to content

Commit

Permalink
Add 7.x branch to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieGato committed Nov 23, 2024
1 parent db29368 commit 10baea6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CodeQL analysis

on:
push:
branches: [master]
branches: [master, 7.x]
pull_request:
branches: [master]
branches: [master, 7.x]

jobs:
analyze:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 7.x

env:
DOTNET_NOLOGO: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
pull_request:
branches:
- master
- 7.x
push:
branches:
- master
- 7.x

env:
DOTNET_NOLOGO: true
Expand Down

0 comments on commit 10baea6

Please sign in to comment.