Skip to content

Commit a296fff

Browse files
Update codeql.yml
1 parent c89db66 commit a296fff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: [ "main","protected" ]
1717
pull_request:
1818
branches: [ "main" ]
19+
paths-ignore:
20+
- '**/*.md'
21+
- '**/*.txt'
1922
schedule:
20-
- cron: '21 15 * * 5'
23+
- cron: '20 14 * * 1'
2124

2225
jobs:
2326
analyze:

0 commit comments

Comments
 (0)