From 8cb0cb17d619dffd373197d2b824966a72d34072 Mon Sep 17 00:00:00 2001 From: Michael Wegener Date: Tue, 20 May 2025 16:05:10 +0200 Subject: [PATCH] fix preview --- .github/workflows/{blog-preview.yml => deploy-preview.yml} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename .github/workflows/{blog-preview.yml => deploy-preview.yml} (88%) diff --git a/.github/workflows/blog-preview.yml b/.github/workflows/deploy-preview.yml similarity index 88% rename from .github/workflows/blog-preview.yml rename to .github/workflows/deploy-preview.yml index 5e7b76d..a9764f5 100644 --- a/.github/workflows/blog-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -1,9 +1,11 @@ -name: Blog Preview Deployment +name: Preview Deployment on: push: branches: - - 'blog/**' # Triggers only on pushes to branches starting with 'blog/' + - 'feature/**' # Triggers only on pushes to branches containing '/' + - 'fix/**' # Triggers only on pushes to branches containing '/' + - 'blog/**' # Triggers only on pushes to branches containing '/' jobs: deploy-preview: