diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 9f1b124..a7e7927 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, "refactor/app-router"] + branches: [main] paths: - "app/**" - "next.config.js"