ci: reduce unnecessary action execution

This commit is contained in:
Michael H.
2026-05-06 00:13:17 +02:00
parent bb4862daa6
commit 159c6205ef
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: daedalus-docker-build
on:
push:
branches:
- '**'
- 'main'
paths:
- .github/workflows/daedalus-docker.yml
- 'apps/daedalus_client/**'

View File

@@ -3,7 +3,7 @@ name: docker-build
on:
push:
branches:
- '**'
- 'main'
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'