Skip to content

Commit a2ba66b

Browse files
committed
ci: codeql: run actions on pull requests
Signed-off-by: Anas Nashif <[email protected]>
1 parent 1476b0c commit a2ba66b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/codeql.yml

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

33
on:
44
push:
5-
branches: ["main"]
5+
branches:
6+
- main
7+
- v*-branch
8+
- collab-*
69
schedule:
710
- cron: '34 16 * * 3'
11+
pull_request:
12+
branches:
13+
- main
14+
- v*-branch
15+
- collab-*
16+
817
permissions:
918
contents: read
1019
jobs:

0 commit comments

Comments
 (0)