diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 91c7ac2..45bb026 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,12 +13,11 @@ name: "CodeQL" on: push: - branches: [ main ] + paths: + - "src/Picocrypt.go" pull_request: # The branches below must be a subset of the branches above branches: [ main ] - schedule: - - cron: '22 0 * * 6' jobs: analyze: