diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 907cb125..72952cf5 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -15,10 +15,10 @@ name: Codacy Security Scan on: push: - branches: [ "main", "develop" ] + branches: [ "develop" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main", "develop" ] + branches: [ "develop" ] schedule: - cron: '15 18 * * 4'