We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669d0d8 commit 68faf4dCopy full SHA for 68faf4d
.github/workflows/ci.yaml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches-ignore:
5
- main
6
+ pull_request:
7
+ paths:
8
+ - 'packages/**'
9
10
jobs:
11
tests:
0 commit comments