make codeQL run with normal builds only

This commit is contained in:
Jonathan Shook 2023-01-26 01:10:32 -06:00
parent db7aba1606
commit a1e8de45a4

View File

@ -14,6 +14,10 @@ name: "CodeQL"
on:
push:
branches: [ main ]
tags:
- "![0-9]+.[0-9]+.[0-9]+-preview"
- "![0-9]+.[0-9]+.[0-9]+-release"
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]