Skip to content

Commit

Permalink
update codeql
Browse files Browse the repository at this point in the history
Signed-off-by: bupd <[email protected]>
  • Loading branch information
bupd committed Jun 8, 2024
1 parent 2fa0d36 commit 985a161
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Code Scanning

on:
push:
branches: [trunk]
paths:
- "**.go"
- go.mod
- go.sum
pull_request:
branches: [trunk]
paths:
- "**.go"
- go.mod
- go.sum
paths-ignore:
- '**/*.md'
schedule:
Expand Down

0 comments on commit 985a161

Please sign in to comment.