diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 8afa34b..93fac6a 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -15,10 +15,14 @@ name: Codacy Security Scan on: push: - branches: [ "master" ] + branches: + - master + - develop pull_request: # The branches below must be a subset of the branches above - branches: [ "master" ] + branches: + - master + - develop schedule: - cron: '19 13 * * 0'