From a99d1d3784eebf2400653df97968a5584f1e20d8 Mon Sep 17 00:00:00 2001 From: Evan Burkey Date: Mon, 6 May 2024 12:16:21 -0700 Subject: [PATCH] docs only on master --- .gitea/workflows/jobs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/jobs.yaml b/.gitea/workflows/jobs.yaml index c46d82b..5cf1842 100644 --- a/.gitea/workflows/jobs.yaml +++ b/.gitea/workflows/jobs.yaml @@ -1,9 +1,6 @@ --- name: Test and Deploy -on: - push: - branches: - - master +on: [push] jobs: test: @@ -29,6 +26,7 @@ jobs: docs: runs-on: ubuntu-latest + if: gitea.ref == 'refs/heads/master' timeout-minutes: 5 steps: - name: Checkout repository