Run CodeQL only on code changes. (#3573)

This commit is contained in:
Rodrigo Girão Serrão
2023-10-23 13:36:26 +01:00
committed by GitHub
parent 2f8bb86767
commit 375211ce38

View File

@@ -6,6 +6,13 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'main' ]
paths:
- '.github/workflows/codeql.yml'
- '**.py'
- '**.pyi'
- '**.lock'
- '**.js'
- '**.ts'
schedule:
- cron: '10 20 * * 4'