File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# You may wish to alter this file to override the set of languages analyzed,
5
5
# or to provide custom queries or build logic.
6
- #
7
- # ******** NOTE ********
8
- # We have attempted to detect the languages in your repository. Please check
9
- # the `language` matrix defined below to confirm you have the correct set of
10
- # supported CodeQL languages.
11
- #
6
+
12
7
name : " CodeQL"
13
8
14
9
on :
15
10
push :
16
11
branches : [ "master" ]
12
+ paths-ignore :
13
+ - ' **/*.md'
14
+ - ' **/*.txt'
15
+ - ' .github/**'
16
+ - ' **/.gitignore'
17
17
pull_request :
18
18
# The branches below must be a subset of the branches above
19
19
branches : [ "master" ]
20
+ paths-ignore :
21
+ - ' **/*.md'
22
+ - ' **/*.txt'
23
+ - ' .github/**'
24
+ - ' **/.gitignore'
20
25
schedule :
21
26
- cron : ' 30 19 * * 0'
22
27
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ paths-ignore :
8
+ - ' **/*.md'
9
+ - ' **/*.txt'
10
+ - ' .github/**'
11
+ - ' **/.gitignore'
7
12
pull_request :
8
13
branches :
9
14
- master
15
+ paths-ignore :
16
+ - ' **/*.md'
17
+ - ' **/*.txt'
18
+ - ' .github/**'
19
+ - ' **/.gitignore'
10
20
11
21
defaults :
12
22
run :
You can’t perform that action at this time.
0 commit comments