This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +42
-42
lines changed
Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Original file line number Diff line number Diff line change 1212name : " CodeQL"
1313
1414on :
15- push :
16- branches :
17- - main
18- tags : ["v[0-9]+.[0-9]+.[0-9]+"]
19- paths :
20- [
21- " .github/scripts/**" ,
22- " .github/workflows/build.yml" ,
23- " **/CMakeLists.txt" ,
24- " **/Makefile" ,
25- " **/*.h" ,
26- " **/*.hpp" ,
27- " **/*.c" ,
28- " **/*.cpp" ,
29- " **/*.cu" ,
30- " **/*.cc" ,
31- " **/*.cxx" ,
32- " llama.cpp" ,
33- " !docs/**" ,
34- " !.gitignore" ,
35- " !README.md" ,
36- ]
37- pull_request :
38- types : [opened, synchronize, reopened]
39- paths :
40- [
41- " .github/scripts/**" ,
42- " .github/workflows/build.yml" ,
43- " **/CMakeLists.txt" ,
44- " **/Makefile" ,
45- " **/*.h" ,
46- " **/*.hpp" ,
47- " **/*.c" ,
48- " **/*.cpp" ,
49- " **/*.cu" ,
50- " **/*.cc" ,
51- " **/*.cxx" ,
52- " llama.cpp" ,
53- " !docs/**" ,
54- " !.gitignore" ,
55- " !README.md" ,
56- ]
15+ push :
16+ branches :
17+ - main
18+ tags : ["v[0-9]+.[0-9]+.[0-9]+"]
19+ paths :
20+ [
21+ " .github/scripts/**" ,
22+ " .github/workflows/build.yml" ,
23+ " **/CMakeLists.txt" ,
24+ " **/Makefile" ,
25+ " **/*.h" ,
26+ " **/*.hpp" ,
27+ " **/*.c" ,
28+ " **/*.cpp" ,
29+ " **/*.cu" ,
30+ " **/*.cc" ,
31+ " **/*.cxx" ,
32+ " llama.cpp" ,
33+ " !docs/**" ,
34+ " !.gitignore" ,
35+ " !README.md" ,
36+ ]
37+ pull_request :
38+ types : [opened, synchronize, reopened]
39+ paths :
40+ [
41+ " .github/scripts/**" ,
42+ " .github/workflows/build.yml" ,
43+ " **/CMakeLists.txt" ,
44+ " **/Makefile" ,
45+ " **/*.h" ,
46+ " **/*.hpp" ,
47+ " **/*.c" ,
48+ " **/*.cpp" ,
49+ " **/*.cu" ,
50+ " **/*.cc" ,
51+ " **/*.cxx" ,
52+ " llama.cpp" ,
53+ " !docs/**" ,
54+ " !.gitignore" ,
55+ " !README.md" ,
56+ ]
5757
5858jobs :
5959 analyze :
You can’t perform that action at this time.
0 commit comments