Skip to content

Commit dc2a880

Browse files
UlisesGasconctcpip
authored andcommitted
ci: change branch reference
1 parent de80e57 commit dc2a880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: ["master"]
16+
branches: ["main", "v2"]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: ["master"]
19+
branches: ["main", "v2]
2020
schedule:
2121
- cron: "0 0 * * 1"
2222

@@ -63,4 +63,4 @@ jobs:
6363
- name: Perform CodeQL Analysis
6464
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
6565
with:
66-
category: "/language:javascript"
66+
category: "/language:javascript"

0 commit comments

Comments
 (0)