Skip to content

Commit

Permalink
CI: run CodeQL check only when there is change with Go files
Browse files Browse the repository at this point in the history
  • Loading branch information
btnguyen2k committed Dec 23, 2023
1 parent d3d76ba commit 276fcb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "CodeQL"
on:
push:
branches: [ '*' ]
paths: [ '**.go' ]
pull_request:
branches: [ '*' ]
schedule:
Expand Down

0 comments on commit 276fcb3

Please sign in to comment.