Skip to content

Commit f45b986

Browse files
authored
.sync: Add main branch as a trigger to CodeQL workflow (#134)
Some repos that use the workflow have a `main` branch instead of a `release` branch as their primary branch. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 83c3e6b commit f45b986

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.sync/workflows/leaf/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ name: "CodeQL"
2424
on:
2525
push:
2626
branches:
27+
- main
2728
- release/*
2829
pull_request_target:
2930
branches:
31+
- main
3032
- release/*
3133
paths-ignore:
3234
- '!**.c'

0 commit comments

Comments
 (0)