Skip to content

Commit

Permalink
ci-cd: update branches to run coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel16 committed Jan 25, 2022
1 parent a325e4f commit bd1f039
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ name: Coverage report

on:
push:
branches:
- main
paths-ignore:
- "**.md"
- "**.yml"
pull_request:
branches:
- dev
paths-ignore:
- "**.md"
- "**.yml"

jobs:
build:
Expand Down

0 comments on commit bd1f039

Please sign in to comment.