Skip to content

Commit 90bfa53

Browse files
authored
Fix typo in codeql.yml (AcademySoftwareFoundation#527)
Signed-off-by: Cary Phillips <[email protected]>
1 parent 95f1a89 commit 90bfa53

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
@@ -16,7 +16,7 @@ name: "CodeQL"
1616

1717
on:
1818
push:
19-
branches: [ "main"
19+
branches: [ "main" ]
2020
paths:
2121
- CMakeLists.txt
2222
- 'src/**'
@@ -25,7 +25,7 @@ on:
2525
- '!.github/workflows/**'
2626
- '.github/workflows/codeql.yml'
2727
pull_request:
28-
branches: [ "main"
28+
branches: [ "main" ]
2929
paths:
3030
- CMakeLists.txt
3131
- 'src/**'

0 commit comments

Comments
 (0)