Skip to content

Commit 507d936

Browse files
committed
.
1 parent e91889c commit 507d936

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Run Tests
22
on:
33
pull_request:
44
types: [opened, synchronize]
5-
paths:
6-
- packages/**
75
push:
8-
paths:
9-
- packages/**
6+
branches: ["main"]
107
jobs:
118
run-tests:
129
runs-on: ubuntu-latest

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"packageManager": "pnpm@9.15.4",
55
"scripts": {
66
"docs:start": "pnpm -F docs start",
7-
"pkg:test": "pnpm -r test",
8-
"pkg:check": "pnpm -r check",
9-
"pkg:lint": "pnpm -r lint"
7+
"test": "pnpm -r test",
8+
"check": "pnpm -r check",
9+
"lint": "pnpm -r lint"
1010
},
1111

1212
"dependencies": {

0 commit comments

Comments
 (0)