Skip to content

Commit 827284e

Browse files
committed
Updated codeql analysis workflow so it checks code quility when it is pushed to both dev and main branch
1 parent 86d0d38 commit 827284e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [dev, master]
16+
branches: [dev, main]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [dev, master]

0 commit comments

Comments
 (0)