Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
ci: disable coverage report on release branch
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <[email protected]>
  • Loading branch information
Freyskeyd committed Mar 19, 2024
1 parent cfd8890 commit e499c23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths: crates/**
branches-ignore:
- "release/**"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e499c23

Please sign in to comment.