Skip to content

Commit 206acbe

Browse files
committed
Add openapi branch to codeql.yml
1 parent b9efc84 commit 206acbe

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
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ 'master', 'release/**' ]
5+
branches: [ 'master', 'release/**', 'openapi' ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ 'master', 'release/**' ]
8+
branches: [ 'master', 'release/**', 'openapi' ]
99
schedule:
1010
- cron: '0 0 * * 5'
1111

0 commit comments

Comments
 (0)