ci: update paths in bun.yml for build triggers

This commit is contained in:
We ball 2025-02-19 10:30:05 +01:00
parent 9d8509731f
commit 3433641025
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -5,9 +5,14 @@ on:
branches: branches:
- main - main
paths: paths:
- package.json - frontend/package.json
- bun.lockb - frontend/bun.lock
- .gitea/bunPipeline/Dockerfile
pull_request: pull_request:
paths:
- frontend/package.json
- frontend/bun.lock
- .gitea/bunPipeline/Dockerfile
jobs: jobs:
build: build: