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 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freyskeyd authored Mar 20, 2024
1 parent cfd8890 commit 8f10090
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 8f10090

Please sign in to comment.