From 8253995af781f28aaccd8db6f4272c3359fe55a3 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 6 Mar 2024 01:59:01 -0500 Subject: [PATCH] update --- .gitea/workflows/deploy.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 0a16110..22e5e2f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,11 +1,13 @@ name: Hugo -on: [push] +on: + push: + branches: + - main jobs: build: runs-on: hugo-latest - steps: - uses: actions/checkout@v3 - name: Run build task