Skip to content

Commit bd153ac

Browse files
authored
Change branch name from 'main' to 'master' in CodeQL
1 parent 1008303 commit bd153ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CodeQL
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
pull_request:
7-
branches: [main]
7+
branches: [master]
88
schedule:
99
- cron: '0 0 * * 1' # weekly
1010

0 commit comments

Comments
 (0)