fix: add .gitea/** to workflow path triggers
Docker Build (ARM64) / Build & Push (push) Failing after 6s

This commit is contained in:
2026-06-24 16:31:26 +02:00
parent a8723f6875
commit 37be53dae8
+2
View File
@@ -10,6 +10,7 @@ on:
- 'frontend/**'
- 'package*.json'
- '.dockerignore'
- '.gitea/**'
pull_request:
branches: [main]
paths:
@@ -19,6 +20,7 @@ on:
- 'frontend/**'
- 'package*.json'
- '.dockerignore'
- '.gitea/**'
workflow_dispatch:
concurrency: