mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Run CodeQL only on code changes. (#3573)
This commit is contained in:
committed by
GitHub
parent
2f8bb86767
commit
375211ce38
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user