diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index 70916cc..d7da34a 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -4,6 +4,8 @@ on: pull_request: types: [ opened, synchronize, reopened ] + branches: + - 'be/**' jobs: Build-And-Test: