diff --git a/.gitea/workflows/hugo-deploy.yaml b/.gitea/workflows/hugo-deploy.yaml index e79d198..c41c52d 100644 --- a/.gitea/workflows/hugo-deploy.yaml +++ b/.gitea/workflows/hugo-deploy.yaml @@ -1,6 +1,9 @@ name: Hugo Deploy Pipeline run-name: Builds the Hugo site and Deploys via SSH to the Server -on: [push] +on: + push: + branches: + - main jobs: Build-and-Deploy: