change(feat/OPS-31): tci pipeline to add display codecoverage on every push to any branch and on PRs to devel and master

This commit is contained in:
Amrasil 2025-03-26 23:29:21 +01:00
parent 86a67bd279
commit 612664477e
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,11 @@ name: CI # Name of the workflow
on:
push:
branches:
- feat/OPS-31
- '*'
pull_request:
branches:
- devel
- master
jobs:
test: # Defines a job called "test"