diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a7e7927..9f1b124 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -3,7 +3,7 @@ name: Publish Preview Image on: workflow_dispatch: push: - branches: [main] + branches: [main, "refactor/app-router"] paths: - "app/**" - "next.config.js"