mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-16 08:53:12 +01:00
only run builds on changes
This commit is contained in:
parent
6f1b84ea78
commit
d95295b5fa
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
when:
|
||||||
|
path:
|
||||||
|
include:
|
||||||
|
- "docs/**"
|
||||||
|
- "Changelog.md"
|
||||||
|
- "InGameNews.md"
|
||||||
steps:
|
steps:
|
||||||
build-docs:
|
build-docs:
|
||||||
image: mcr.microsoft.com/dotnet/sdk:7.0.305
|
image: mcr.microsoft.com/dotnet/sdk:7.0.305
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
when:
|
||||||
|
path: "web/**"
|
||||||
steps:
|
steps:
|
||||||
build-web:
|
build-web:
|
||||||
image: ruby:latest
|
image: ruby:latest
|
||||||
|
|
Loading…
Reference in a new issue