diff --git a/.github/workflows/main.yml b/.github/workflows/coverage.yml similarity index 94% rename from .github/workflows/main.yml rename to .github/workflows/coverage.yml index 50f705f..eba27e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/coverage.yml @@ -1,11 +1,13 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Coverage on: pull_request: branches: [ "master" ] + push: + branches: [ "devel" ] permissions: contents: read