mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Update codeql-analysis.yml
Add build files to the paths filter.
This commit is contained in:
parent
d74915954c
commit
c7a2753da0
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
@ -18,6 +18,10 @@ on:
|
||||
- '**.cpp'
|
||||
- '**.h'
|
||||
- '**/codeql-analysis.yml'
|
||||
- 'm4/*.m4'
|
||||
- 'Makefile.am'
|
||||
- 'autogen.sh'
|
||||
- 'configure.ac'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ main ]
|
||||
@ -25,6 +29,10 @@ on:
|
||||
- '**.cpp'
|
||||
- '**.h'
|
||||
- '**/codeql-analysis.yml'
|
||||
- 'm4/*.m4'
|
||||
- 'Makefile.am'
|
||||
- 'autogen.sh'
|
||||
- 'configure.ac'
|
||||
schedule:
|
||||
- cron: '34 23 * * 2'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user