ci: run CodeQL on push to main/stable branches as well

Since we need results for the base branches as well in order to have
something to compare against.

Follow-up to cbe25d0dcc.
This commit is contained in:
Frantisek Sumsal
2022-09-13 21:18:44 +02:00
parent cbe25d0dcc
commit 27d6281158

View File

@@ -9,6 +9,10 @@ on:
branches:
- main
- v[0-9]+-stable
push:
branches:
- main
- v[0-9]+-stable
permissions:
contents: read