Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Brian <[email protected]>
  • Loading branch information
b4yuan authored Feb 6, 2024
1 parent 9c083d3 commit 226dd5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: "CodeQL"

on:
push:
branches: [ "tseting2" ]
branches: [ "master", "codeql" ]
pull_request:
branches: [ "master", "codeql" ]
schedule:
- cron: "23 8 * * 5"

jobs:
analyze:
Expand Down

0 comments on commit 226dd5f

Please sign in to comment.