diff --git a/.github/workflows/next-bundle-analysis.yaml b/.github/workflows/next-bundle-analysis.yaml
index 7b450204..d47fdb07 100644
--- a/.github/workflows/next-bundle-analysis.yaml
+++ b/.github/workflows/next-bundle-analysis.yaml
@@ -5,8 +5,7 @@ on:
branches:
- main
pull_request:
- branches:
- - main
+ branches: '**'
workflow_dispatch:
jobs:
@@ -58,10 +57,10 @@ jobs:
if: success() && github.event.number
continue-on-error: true
with:
- workflow: next-bundle-analysis.yaml
branch: ${{ github.event.pull_request.base.ref }}
- path: .next/analyze/base
+ path: .next/analyze/base/bundle
name: build-bundle-artifacts
+ workflow_conclusion: completed
# And here's the second place - this runs after we have both the current and
# base branch bundle stats, and will compare them to determine what changed.
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 4b31d9cd..e5f38788 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -41,7 +41,7 @@ export default function App({ Component, pageProps }: AppWithProps) {
{children}
);
};
-
+ console.log("test");
return (