Skip to content

Commit f66377c

Browse files
authored
Update codeql.yml
1 parent d28e8e9 commit f66377c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
# The branches below must be a subset of the branches above
87
branches: ["main"]
98
schedule:
109
- cron: "0 0 * * 1"
@@ -49,4 +48,4 @@ jobs:
4948
- name: Perform CodeQL Analysis
5049
uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
5150
with:
52-
category: "/language:${{matrix.language}}"
51+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)