Skip to content

Commit

Permalink
NoIssue: dev 4.0 added to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Mar 2, 2021
1 parent be232c6 commit cadc01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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, dev]
branches: [master, dev, dev-4.0]
pull_request:
# The branches below must be a subset of the branches above
branches: [dev]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- dev
- dev-4.0
jobs:
build-jdk11:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cadc01a

Please sign in to comment.