Spaces:
Running
Running
うみゅ
commited on
Commit
•
05924e9
1
Parent(s):
d8f6e54
Update codeql.yml
Browse fileshttps://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#avoiding-unnecessary-scans-of-pull-requests
.github/workflows/codeql.yml
CHANGED
@@ -16,6 +16,9 @@ on:
|
|
16 |
branches: [ "main" ]
|
17 |
pull_request:
|
18 |
branches: [ "main" ]
|
|
|
|
|
|
|
19 |
schedule:
|
20 |
- cron: '33 9 * * 6'
|
21 |
|
|
|
16 |
branches: [ "main" ]
|
17 |
pull_request:
|
18 |
branches: [ "main" ]
|
19 |
+
paths-ignore:
|
20 |
+
- '**/*.md'
|
21 |
+
- '**/*.txt'
|
22 |
schedule:
|
23 |
- cron: '33 9 * * 6'
|
24 |
|