diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index e2d9bafd359..bdda7ec0ce3 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -4,15 +4,10 @@ name: Code Coverage # Controls when the action will run. Triggers the workflow on pull request # events or push events in the develop branch. -#on: -# pull_request_target: -# types: [opened, synchronize, reopened] on: - pull_request:_target: -# push: -# branches: -# # Push events on develop branch -# - develop + pull_request_target: + branches: + - develop concurrency: group: ${{ github.workflow }}-${{ github.ref }}