Skip to content

Commit

Permalink
Merge pull request #2534 from sopel-irc/codeql-action-paths
Browse files Browse the repository at this point in the history
CodeQL: restrict paths on which action should run
  • Loading branch information
dgw authored Oct 29, 2023
2 parents 96891bf + de1254c commit abc9322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit abc9322

Please sign in to comment.