We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c8b04 commit a67ae22Copy full SHA for a67ae22
.github/workflows/codeql-analysis.yml
@@ -3,9 +3,19 @@ name: "CodeQL"
3
on:
4
push:
5
branches: [main]
6
+ paths-ignore:
7
+ - '**/*.md'
8
+ - '**/*.yml'
9
+ - '**/*.html'
10
+ - '**/*.scss'
11
pull_request:
12
# The branches below must be a subset of the branches above
13
14
15
16
17
18
19
schedule:
20
- cron: "28 20 * * 5"
21
0 commit comments