Skip to content

Commit 1db3a4c

Browse files
committed
Enable CodeQL for feature branches
1 parent 10f1947 commit 1db3a4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-code-ql.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
merge_group:
55
pull_request:
66
branches:
7+
- feature/*
78
- main
89
push:
910
branches:
11+
- feature/*
1012
- main
1113
workflow_dispatch:
1214

0 commit comments

Comments
 (0)