Skip to content

Commit

Permalink
Run test workflow on lockfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Mar 29, 2023
1 parent 83456f0 commit 6f21b8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
paths-ignore:
- '**.md'
- '**.ya?ml'
- '!pnpm-lock.yaml'
- '!.github/workflows/test.yml'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '**.ya?ml'
- '!pnpm-lock.yaml'
- '!.github/workflows/test.yml'

concurrency:
Expand Down

0 comments on commit 6f21b8a

Please sign in to comment.