Skip to content

Commit eb288e8

Browse files
committed
Update workflow file definitions
1 parent 00c0806 commit eb288e8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/codeql-analysis.yml

+22
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,31 @@ name: "CodeQL"
1414
on:
1515
push:
1616
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'
1728
pull_request:
1829
# The branches below must be a subset of the branches above
1930
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'
2042
schedule:
2143
- cron: '32 3 * * 5'
2244

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ master, devel ]
66
paths:
7+
- '!*.md'
78
- '*.gemspec'
89
- '**.rb'
910
- 'Rakefile'
@@ -16,6 +17,7 @@ on:
1617
pull_request:
1718
branches: [ master, devel ]
1819
paths:
20+
- '!*.md'
1921
- '*.gemspec'
2022
- '**.rb'
2123
- 'Rakefile'

0 commit comments

Comments
 (0)