Skip to content

Commit

Permalink
ci: run test unit coverage for PR except dependabot/**
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Jan 10, 2024
1 parent cdb4ef7 commit 6d028ac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lib-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@ name: Lib Tests Unit & Publish Coverage

on:
push:
branches:
- master
paths:
- '.github/workflows/lib-test-unit.yml'
- 'packages/lib/**'
- 'pnpm-lock.yaml'
pull_request:
branches-ignore:
- dependabot/**
branches:
- master
paths:
- '.github/workflows/lib-test-unit.yml'
- 'packages/lib/**'
Expand Down

0 comments on commit 6d028ac

Please sign in to comment.