Skip to content

Commit 3346540

Browse files
feat: updated branch name to main
1 parent 03ae373 commit 3346540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: "CodeQL-Advanced"
44
# Define when the workflow should be triggered (on push to a specific branch and pull requests to the master branch)
55
on:
66
push:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88
pull_request:
9-
branches: [ "master" ]
9+
branches: [ "main" ]
1010

1111
# Define the jobs that will be executed as part of the workflow
1212
jobs:

0 commit comments

Comments
 (0)