ci: fix master branch name in CodeQL analysis workflow (#3354)

This commit is contained in:
Alexandr Garbuzov 2023-10-13 23:50:03 +03:00 committed by GitHub
parent cd9698bea5
commit 7c5e998725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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