diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 425d73c..ccb7d9b 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -7,13 +7,7 @@ on: - master pull_request: branches: [ '*' ] - paths: - - '*.json' - - '*.yaml' merge_group: - types: - - checks_requested # this is the one that's isn't triggering Codacy analysis - jobs: build: @@ -48,4 +42,4 @@ jobs: CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} run: | bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml - \ No newline at end of file +