Skip to content

Commit e3bc05f

Browse files
committed
Run CodeQL on PRs
1 parent 485ea10 commit e3bc05f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
- 'dev/**' # Allow running Code QL on dev branches without a PR
99
paths-ignore:
1010
- 'dist/**'
11+
pull_request:
12+
branches:
13+
- 'main'
14+
paths-ignore:
15+
- 'dist/**'
1116
schedule:
1217
- cron: '25 23 * * 2'
1318

0 commit comments

Comments
 (0)