Skip to content

Commit

Permalink
Update codeql-analysis.yml (#2205)
Browse files Browse the repository at this point in the history
replaced dev7x to dev7 for CodeQL scanning
  • Loading branch information
FuPingFranco authored Aug 3, 2023
1 parent 620be62 commit af9abdb
Showing 1 changed file with 2 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 @@ -2,14 +2,14 @@ name: "CodeQL"

on:
push:
branches: [ "dev", "dev7x" ]
branches: [ "dev", "dev7" ]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches: [ "dev", "dev7x" ]
branches: [ "dev", "dev7" ]

jobs:
analyze:
Expand Down

0 comments on commit af9abdb

Please sign in to comment.