diff --git a/.github/workflows/code_converage.yml b/.github/workflows/code_converage.yml index 4f4f81f..4a6d3bf 100644 --- a/.github/workflows/code_converage.yml +++ b/.github/workflows/code_converage.yml @@ -5,12 +5,12 @@ on: paths: - "GENetLib/*.py" - "pytest/*.py" - - ".github/workflows/code_coverage.yml" + - ".github/workflows/code_converage.yml" pull_request: paths: - "GENetLib/*.py" - "pytest/*.py" - - ".github/workflows/code_coverage.yml" + - ".github/workflows/code_converage.yml" workflow_dispatch: jobs: