From 83a68f0dd426c0e386653f152c0624ef4097e558 Mon Sep 17 00:00:00 2001 From: femshima <49227365+phenylshima@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:27:26 +0900 Subject: [PATCH] remove production-branch --- .github/workflows/netlify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index ccf1abec44..eae470fe0f 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -94,7 +94,6 @@ jobs: uses: nwtgck/actions-netlify@v3.0 with: publish-dir: dist - production-branch: master github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: "Preview for #${{ needs.pr_number.outputs.pr_number }}" enable-pull-request-comment: true