From 6d340d5b105077f4ed796d594fc2b7dff37cfee9 Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Tue, 23 Mar 2021 21:32:15 +0100 Subject: [PATCH] update code analysisis branches --- .github/workflows/codacy-analysis.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index f2633e9f..c8f5fef4 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -10,9 +10,9 @@ name: Codacy Security Scan on: push: - branches: [ main ] + branches: [ dev ] pull_request: - branches: [ main ] + branches: [ dev ] jobs: codacy-security-scan: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0153d8b4..7f33d1d4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ main ] + branches: [ dev ] pull_request: # The branches below must be a subset of the branches above - branches: [ main ] + branches: [ dev ] schedule: - cron: '31 12 * * 6'