ci: codeql: Trigger when pushing to any branch

This commit is contained in:
Calcitem 2021-11-14 12:00:40 +08:00
parent 586e929c09
commit 58a0a4ba9f
1 changed files with 5 additions and 6 deletions

View File

@ -14,7 +14,6 @@ name: "CodeQL"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
@ -53,12 +52,12 @@ jobs:
#- name: Auto build
# uses: github/codeql-action/autobuild@v1
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# Command-line programs to run using the OS shell.
# https://git.io/JvXDl
# ✏️ If the Auto build fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
# If the Auto build fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
- run: |
sed -i '/QT_UI/d' include/config.h