From 987a017e751aea34138dfff2044c0baeb661b191 Mon Sep 17 00:00:00 2001 From: Jish2 Date: Thu, 16 Nov 2023 22:47:11 -0600 Subject: [PATCH] fix 3 --- .github/workflows/deploy-next.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-next.yml b/.github/workflows/deploy-next.yml index dfb21b9..f355ae8 100644 --- a/.github/workflows/deploy-next.yml +++ b/.github/workflows/deploy-next.yml @@ -3,11 +3,12 @@ run-name: Deploy client build to GH Pages by @${{ github.actor }} on: push: - paths: - - client/** branches: - prod - # NOTE: You may want to limit the trigger branch to be "main" or "master" etc. + + # paths: + # - client/** + # NOTE: You may want to limit the trigger branch to be "main" or "master" etc. jobs: publish: