mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
ci: only trigger nightly builds on relevant paths
This commit is contained in:
@@ -3,6 +3,13 @@ name: Nightly Builds
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'packages/**'
|
||||
- 'package-lock.json'
|
||||
- 'package.json'
|
||||
- 'tsconfig.json'
|
||||
- 'tsconfig.base.json'
|
||||
- 'Dockerfile'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user