Skip to content

Commit d5e1d6b

Browse files
kurtmckeemichaelmior
authored andcommitted
Fix a GitHub workflow schema issue
1 parent 2b50a1b commit d5e1d6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql.yml

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

33
on:
44
push:
5-
branches: "master"
5+
branches:
6+
- "master"
67
pull_request:
7-
branches: "master"
8+
branches:
9+
- "master"
810
schedule:
911
- cron: '39 16 * * 5'
1012

0 commit comments

Comments
 (0)