Update codeql-analysis.yml

Add build files to the paths filter.
This commit is contained in:
Amit D 2022-08-25 08:59:48 +03:00 committed by GitHub
parent d74915954c
commit c7a2753da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'