Skip to content

Commit c54f3a2

Browse files
authored
Update master-codeql.yml
1 parent 5f03d94 commit c54f3a2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/master-codeql.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,16 @@ name: "master-codeql"
1414
on:
1515
push:
1616
branches: [ "master" ]
17+
paths-ignore:
18+
- "**/*.md"
19+
- "**/*.gitignore"
20+
- "**/*.gitattributes"
1721
pull_request:
1822
branches: [ "master" ]
23+
paths-ignore:
24+
- "**/*.md"
25+
- "**/*.gitignore"
26+
- "**/*.gitattributes"
1927
schedule:
2028
- cron: '42 7 * * 5'
2129

0 commit comments

Comments
 (0)