Skip to content

Commit 7ba084a

Browse files
authored
Update CodeQL workflow to include release branches (#1624)
1 parent 4c4c5c6 commit 7ba084a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

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

33
on:
44
push:
5-
branches: [ "main", "validation/**" ]
5+
branches: [ "main", "release/**", "validation/**" ]
66
pull_request:
7-
branches: [ "main", "validation/**" ]
7+
branches: [ "main", "release/**", "validation/**" ]
88
schedule:
99
- cron: '23 9 * * 6'
1010

0 commit comments

Comments
 (0)