From 2cc3c2c09f644a3bbc68845cda4415d97cac7b4f Mon Sep 17 00:00:00 2001 From: Evyatar Date: Sun, 29 Oct 2023 02:03:27 +0200 Subject: [PATCH] only update on gh pages --- .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 a499354e..bfb41902 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: ["gh-pages", "master"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: