rsnext/socket.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
298 B
YAML
Raw Normal View History

# top level version field is required
version: 2
triggerPaths:
- 'packages/*/package.json'
- 'package.json'
- 'pnpm-lock.yaml'
- 'pnpm-workspace.yaml'
projectIgnorePaths:
- '.github/'
- 'bench/'
- 'contributing/'
- 'docs/'
- 'errors/'
- 'examples/'
- 'scripts/'
- 'test/'