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: on:
push: push:
branches: branches:
- '**' - 'main'
paths: paths:
- .github/workflows/daedalus-docker.yml - .github/workflows/daedalus-docker.yml
- 'apps/daedalus_client/**' - 'apps/daedalus_client/**'

View File

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