ci: only build docker images on main/tags, not on PRs

This commit is contained in:
Daniel Volz
2025-12-30 11:18:01 +01:00
parent ba3ebd27f4
commit 2b16e2c7dc
-12
View File
@@ -4,18 +4,6 @@ on:
push:
branches: [main]
tags: ['v*']
paths:
- 'backend/**'
- 'frontend/**'
- 'docker-compose*.yml'
- '.github/workflows/docker-build.yml'
pull_request:
branches: [main]
paths:
- 'backend/**'
- 'frontend/**'
- 'docker-compose*.yml'
- '.github/workflows/docker-build.yml'
workflow_dispatch:
inputs:
tag: