From: Frantisek Sumsal Date: Tue, 13 Sep 2022 19:18:44 +0000 (+0200) Subject: ci: run CodeQL on push to main/stable branches as well X-Git-Tag: v252-rc1~195^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27d6281158f5c11a557be45a770dabfc66eb980f;p=thirdparty%2Fsystemd.git 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 cbe25d0dccdd3f2901a1e74a665c068f42dae9f5. --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b31dbb8741f..028040d1abe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,6 +9,10 @@ on: branches: - main - v[0-9]+-stable + push: + branches: + - main + - v[0-9]+-stable permissions: contents: read