diff --git a/.github/workflows/deploy-fe-preview.yml b/.github/workflows/deploy-fe-preview.yml index 2941c7ac..55bbf775 100644 --- a/.github/workflows/deploy-fe-preview.yml +++ b/.github/workflows/deploy-fe-preview.yml @@ -3,7 +3,7 @@ name: Deploy Frontend Preview on: push: branches: - - develop + - "**" paths: - "frontend/**"