From e7025bb18934c2741afca74c780db59c5e41b8bb Mon Sep 17 00:00:00 2001 From: Cong Date: Fri, 30 Jul 2021 08:46:08 +1000 Subject: [PATCH] Only netlify deploy to prod on master --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e26e0b121..ad342409d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: uses: nwtgck/actions-netlify@v1.2.2 with: publish-dir: _build - production-deploy: true + production-branch: master github-token: ${{ secrets.GITHUB_TOKEN }} fails-without-credentials: true env: