diff --git a/.github/workflows/deploy-next.yml b/.github/workflows/deploy-next.yml index 45467b1..5d7423f 100644 --- a/.github/workflows/deploy-next.yml +++ b/.github/workflows/deploy-next.yml @@ -2,11 +2,11 @@ name: Github pages overwrite run-name: Deploy client build to GH Pages on: - paths: - - client/** push: branches: - - prod + - "prod" + paths: + - "client/**" # NOTE: You may want to limit the trigger branch to be "main" or "master" etc. workflow_dispatch: