From 91e4d6463e0acaa1155c2fe3a40de51eb2b4f4a2 Mon Sep 17 00:00:00 2001 From: Konstantinos Panayiotou Date: Thu, 15 Feb 2024 20:26:20 +0200 Subject: [PATCH] Refactor Coverage action --- .github/workflows/{main.yml => coverage.yml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{main.yml => coverage.yml} (94%) 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