From 0708ba14dd0731a3a4d2e3f15bda4f0f5d45ab18 Mon Sep 17 00:00:00 2001 From: Aditya Pawar Date: Thu, 16 Jan 2025 23:01:18 -0800 Subject: [PATCH] Run test deployment --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index d18d7f8..854bafd 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["adi/deployment"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: