From bb7db4dfc3641e26e93e482b347079b3d6a762b7 Mon Sep 17 00:00:00 2001 From: "kavi_elrey@1993" <25226238+kavi-egov@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:41:51 +0530 Subject: [PATCH] Update codacy.yml --- .github/workflows/codacy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 509eb451a59..37a5171543e 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -15,10 +15,10 @@ name: Codacy Security Scan on: push: - branches: [ "master", "master|hlm-[0-9]+.*" ] + branches: [ "master", "master|hlm-[0-9]+.*", "dev" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master" ] + branches: [ "master", "dev" ] schedule: - cron: '30 13 * * 1'