1 parent 7c348b9 commit e571a31Copy full SHA for e571a31
1 file changed
.github/workflows/codeql.yml
@@ -4,21 +4,9 @@ name: CodeQL
4
5
on:
6
push:
7
- branches: [main]
8
- paths:
9
- - '**/*.js'
10
- - '**/*.ts'
11
- - '**/*.mjs'
12
- - '**/*.cjs'
13
- - '.github/workflows/**'
+ branches: [main, dev]
14
pull_request:
15
16
17
18
19
20
21
22
schedule:
23
- cron: '34 23 * * 0'
24
workflow_dispatch:
0 commit comments