Skip to content

Commit ee5a75e

Browse files
authored
remove TODO
1 parent 1d6cd40 commit ee5a75e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeQL.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: "CodeQL"
66

77
on:
88
push:
9-
branches: [ "main", "*" ] # TODO: remove development branch after approval
9+
branches: [ "main" ]
1010
pull_request:
11-
branches: [ "main", "*"] # TODO: remove development branch after approval
11+
branches: [ "main" ]
1212
schedule:
1313
- cron: '0 0 * * 1' # Weekly Monday run, needed for weekly reports
1414
workflow_call: # allows to be invoked as part of a larger workflow

0 commit comments

Comments
 (0)