Skip to content

Commit 206d970

Browse files
authored
Update codeql-analysis.yml
1 parent 516ed58 commit 206d970

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: "Code scanning - action"
22

33
on:
44
push:
5+
branches-ignore:
6+
- pr/*
7+
- scratch/*
58
pull_request:
69
schedule:
7-
- cron: '0 6 * * 4'
10+
- cron: '0 20 * * 7'
811

912
jobs:
1013
CodeQL-Build:

0 commit comments

Comments
 (0)