mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-07-16 20:18:08 +00:00
ci: fix master branch name in CodeQL analysis workflow (#3354)
This commit is contained in:
@@ -2,9 +2,11 @@ name: "Static code analysis workflow (CodeQL)"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
|
||||
Reference in New Issue
Block a user