From 8e187d5e0b5dfd9ef6d8737f1ad151dddebaddee Mon Sep 17 00:00:00 2001 From: MultiMote Date: Sun, 28 Jul 2024 19:51:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D1=82=D0=B5=D0=BF=D0=BB=D0=BE=D0=B9=20=D1=82?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20=D0=B4=D0=BB=D1=8F=20=D0=B3?= =?UTF-8?q?=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE=D0=B9=20=D0=B2=D0=B5=D1=82=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-and-deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index f89af9f..4f9437b 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -4,6 +4,10 @@ on: [push] jobs: Build-And-Deploy: runs-on: ubuntu-latest + + needs: test + if: gitea.ref == 'refs/heads/master' + steps: - name: Setup Hugo uses: peaceiris/actions-hugo@v3