From e02dab56ff017d73451a4dbda26c162c44217a20 Mon Sep 17 00:00:00 2001 From: Dries Peeters Date: Wed, 22 Oct 2025 09:45:08 +0200 Subject: [PATCH] Update cd-development.yml --- .github/workflows/cd-development.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cd-development.yml b/.github/workflows/cd-development.yml index c815039..ac701a9 100644 --- a/.github/workflows/cd-development.yml +++ b/.github/workflows/cd-development.yml @@ -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: