feat: update workflow triggers to include paths for push and pull request events

This commit is contained in:
Daniel Volz
2025-12-29 21:12:46 +01:00
parent f7ffefb719
commit 4e2920ddfc
+10
View File
@@ -4,8 +4,18 @@ 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: