Commit eb288e8 1 parent 00c0806 commit eb288e8 Copy full SHA for eb288e8
File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,31 @@ name: "CodeQL"
14
14
on :
15
15
push :
16
16
branches : [ "master" ]
17
+ paths :
18
+ - ' !*.md'
19
+ - ' *.gemspec'
20
+ - ' **.rb'
21
+ - ' Rakefile'
22
+ - ' Gemfile'
23
+ - ' Gemfile.lock'
24
+ - ' bin/tetra'
25
+ - ' spec/'
26
+ - ' lib/template/bundled/'
27
+ - ' .github/workflows/codeql-analysis.yml'
17
28
pull_request :
18
29
# The branches below must be a subset of the branches above
19
30
branches : [ "master" ]
31
+ paths :
32
+ - ' !*.md'
33
+ - ' *.gemspec'
34
+ - ' **.rb'
35
+ - ' Rakefile'
36
+ - ' Gemfile'
37
+ - ' Gemfile.lock'
38
+ - ' bin/tetra'
39
+ - ' spec/'
40
+ - ' lib/template/bundled/'
41
+ - ' .github/workflows/codeql-analysis.yml'
20
42
schedule :
21
43
- cron : ' 32 3 * * 5'
22
44
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ master, devel ]
6
6
paths :
7
+ - ' !*.md'
7
8
- ' *.gemspec'
8
9
- ' **.rb'
9
10
- ' Rakefile'
16
17
pull_request :
17
18
branches : [ master, devel ]
18
19
paths :
20
+ - ' !*.md'
19
21
- ' *.gemspec'
20
22
- ' **.rb'
21
23
- ' Rakefile'
You can’t perform that action at this time.
0 commit comments