Run codeql only when js or py files are changed

This commit is contained in:
Gabriel Augendre 2023-03-14 10:21:45 +01:00
parent 93405b9b70
commit c590d1ae44

View file

@ -14,9 +14,15 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
paths:
- "**.py"
- "**.js"
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
paths:
- "**.py"
- "**.js"
schedule:
- cron: '35 4 * * 3'