only run builds on changes

This commit is contained in:
Ell 2023-08-12 17:46:43 +02:00
parent 6f1b84ea78
commit d95295b5fa
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
when:
path:
include:
- "docs/**"
- "Changelog.md"
- "InGameNews.md"
steps:
build-docs:
image: mcr.microsoft.com/dotnet/sdk:7.0.305

View file

@ -1,3 +1,5 @@
when:
path: "web/**"
steps:
build-web:
image: ruby:latest