mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-14 10:58:34 +00:00
ci: fix master branch name in CodeQL analysis workflow (#3354)
This commit is contained in:
committed by
GitHub
parent
cd9698bea5
commit
7c5e998725
@@ -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