Skip to content

Commit

Permalink
chore: run codeql when go code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Mar 6, 2023
1 parent 5722125 commit c41e487
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ name: "CodeQL"

on:
push:
branches: [ "master", gh-pages ]
branches: [ master ]
paths:
- '**.go'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ master ]
paths:
- '**.go'
schedule:
- cron: '35 0 * * 3'

Expand Down

0 comments on commit c41e487

Please sign in to comment.