From a902a06e670d70b0f806899765bdb206977e7698 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 4 Feb 2021 12:00:42 +0300 Subject: Update branches for the codeql --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 75e40110..f630ff40 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,17 +7,17 @@ name: "CodeQL" on: push: - branches: [master] + branches: [roadrunner-core, roadrunner-binary] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [roadrunner-core, roadrunner-binary] schedule: - cron: '0 15 * * 6' jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false -- cgit v1.2.3