Update Docker and workflow configurations for bun.lock handling

This commit is contained in:
Arunavo Ray
2025-05-20 16:03:40 +05:30
parent 4a01a351f0
commit cad72da016
4 changed files with 16 additions and 8 deletions

View File

@@ -7,14 +7,14 @@ on:
- 'Dockerfile'
- '.dockerignore'
- 'package.json'
- 'bun.lock'
- 'bun.lock*'
pull_request:
branches: [ main ]
paths:
- 'Dockerfile'
- '.dockerignore'
- 'package.json'
- 'bun.lock'
- 'bun.lock*'
schedule:
- cron: '0 0 * * 0' # Run weekly on Sunday at midnight