From ec0e068eb7edd24692c5576d41fec1ccdbb4ed26 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sun, 29 Sep 2024 22:36:30 +1000 Subject: [PATCH] Add Codacy dev scanning --- .github/workflows/codacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 6f71135..ccadf97 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -15,7 +15,7 @@ name: Codacy Security Scan on: push: - branches: [ "master" ] + branches: [ "master", "dev" ] pull_request: # The branches below must be a subset of the branches above branches: [ "master" ]