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: