diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f027defe5..c5bf836b9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,8 +3,10 @@ name: "CodeQL" on: push: branches: [ "master", "7.1.x" ] + paths: [ "sopel/**" ] pull_request: branches: [ "master", "7.1.x" ] + paths: [ "sopel/**" ] schedule: - cron: "8 20 * * 1"