also rebuild when libs change
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m3s
/ Build BaseBand Installer (push) Successful in 41s
/ Build BaseBand Loader (push) Successful in 1m14s
/ Build BaseBand Server (push) Successful in 1m26s

This commit is contained in:
Daniella / Tove 2024-06-13 15:23:06 +02:00
parent 25a2c3c6f9
commit 0ce8070b3b
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ on:
branches-ignore:
- "!release"
paths:
- "Client/libs/**"
- ".forgejo/workflows/build-installer.yml"
- "scripts/**"
- "Installer/**"

View file

@ -4,6 +4,7 @@ on:
branches-ignore:
- "!release"
paths:
- "Client/libs/**"
- ".forgejo/workflows/build-loader.yml"
- "scripts/**"
- "Loader/**"

View file

@ -4,6 +4,7 @@ on:
branches-ignore:
- "!release"
paths:
- "Client/libs/**"
- ".forgejo/workflows/build-server.yml"
- "scripts/**"
- "Server/**"