mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
ci: fix master branch name in CodeQL analysis workflow (#3354)
This commit is contained in:
parent
cd9698bea5
commit
7c5e998725
1 changed files with 4 additions and 2 deletions
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue