diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index c33b303f..518f9bc2 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -15,10 +15,10 @@ name: Codacy Security Scan on: push: - branches: [ "master" ] + branches: [ "try-codacy" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master" ] + branches: [ "try-codacy" ] schedule: - cron: '18 13 * * 0'