Skip to content

Commit e571a31

Browse files
authored
ci: run CodeQL on main + dev without path filter (#4)
1 parent 7c348b9 commit e571a31

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,9 @@ name: CodeQL
44

55
on:
66
push:
7-
branches: [main]
8-
paths:
9-
- '**/*.js'
10-
- '**/*.ts'
11-
- '**/*.mjs'
12-
- '**/*.cjs'
13-
- '.github/workflows/**'
7+
branches: [main, dev]
148
pull_request:
15-
branches: [main]
16-
paths:
17-
- '**/*.js'
18-
- '**/*.ts'
19-
- '**/*.mjs'
20-
- '**/*.cjs'
21-
- '.github/workflows/**'
9+
branches: [main, dev]
2210
schedule:
2311
- cron: '34 23 * * 0'
2412
workflow_dispatch:

0 commit comments

Comments
 (0)