mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 15:49:29 +00:00
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:
parent
86a67bd279
commit
612664477e
2 changed files with 6 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue