Update cd-development.yml

This commit is contained in:
Dries Peeters
2025-10-22 09:45:08 +02:00
parent 0fe6dcf25d
commit e02dab56ff

View File

@@ -4,7 +4,7 @@ on:
push:
branches: [ develop ]
# Only trigger builds when actual code changes
# Skip builds for documentation, markdown, and other non-code changes
# This uses explicit paths to skip documentation, markdown, and other non-code changes
paths:
- 'app/**'
- 'migrations/**'
@@ -16,15 +16,9 @@ on:
- 'tailwind.config.js'
- 'postcss.config.js'
- '.github/workflows/cd-development.yml'
paths-ignore:
- '**.md'
- 'docs/**'
- 'assets/**'
- 'tests/**'
- 'scripts/**'
- 'README*'
- 'LICENSE'
- '.gitignore'
- 'babel.cfg'
- 'pytest.ini'
- 'Makefile'
workflow_dispatch:
inputs:
force_build: