Skip to content

Commit 0d259dc

Browse files
authored
Update codeql-analysis.yml
1 parent 49442b8 commit 0d259dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches:
17+
- master
18+
- dev
1719
paths-ignore:
1820
- '**/*.md'
1921
- '**/*.css'
2022
- '**/*.js'
2123
- '**/*.yml'
2224
pull_request:
2325
# The branches below must be a subset of the branches above
24-
branches: [ master ]
26+
branches:
27+
- master
28+
- dev
2529
paths-ignore:
2630
- '**/*.md'
2731
- '**/*.css'

0 commit comments

Comments
 (0)