Skip to content

Commit e71327b

Browse files
authored
chore(ci): Fix codeql workflow trigger (#670)
1 parent 29645f2 commit e71327b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
schedule:
55
- cron: '0 13 * * 1' # At 1:00 PM UTC every Monday
66
pull_request:
7-
paths:
8-
- '.github/workflows/codeql.yaml'
7+
branches:
8+
- "main"
9+
- "release/**"
910

1011
jobs:
1112
analyze:

0 commit comments

Comments
 (0)