Skip to content

Commit 7f85de2

Browse files
Update CodeQL workflow to remove main branch restriction
Removed branch restriction for push events.
1 parent 62f63d2 commit 7f85de2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: "CodeQL public repository scanning"
22

33
on:
44
push:
5-
branches:
6-
- 'main'
75
schedule:
86
- cron: "0 0 * * *"
97
pull_request_target:

0 commit comments

Comments
 (0)