mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(ci): only run test build when changes are made to appropriate files
This commit is contained in:
@@ -4,9 +4,21 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'packages/**'
|
||||
- 'package-lock.json'
|
||||
- 'package.json'
|
||||
- 'tsconfig.json'
|
||||
- 'tsconfig.base.json'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'packages/**'
|
||||
- 'package-lock.json'
|
||||
- 'package.json'
|
||||
- 'tsconfig.json'
|
||||
- 'tsconfig.base.json'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user