diff --git a/.github/workflows/deploy-next.yml b/.github/workflows/deploy-next.yml index 86fe05f..2a9ae45 100644 --- a/.github/workflows/deploy-next.yml +++ b/.github/workflows/deploy-next.yml @@ -1,13 +1,13 @@ -name: Giithub pages overwrite +name: Github pages overwrite +run-name: Deploy client build to GH Pages by @${{ github.actor }} on: push: - path: + paths: - client/** branches: + - prod # NOTE: You may want to limit the trigger branch to be "main" or "master" etc. - - "prod" - - jobs: publish: