Remove paths-ignore from production-deploy workflow to ensure it triggers

This commit is contained in:
2025-10-31 14:44:56 +01:00
parent 6e60584848
commit 81051941d1

View File

@@ -4,11 +4,6 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
- '.github/**'
- '.gitea/workflows/**'
workflow_dispatch:
inputs:
skip_tests: