From 27a592b9f1c0a3aa4915df211ef68e5a4c375587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 18 Oct 2023 10:11:47 +0200 Subject: [PATCH] specify branch to checkout --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 10eaac3..f23fa36 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -18,6 +18,7 @@ jobs: fetch-depth: 0 # We need all history to correctly parse tag names fetch-tags: true path: build/LatexPackagesBuild + ref: master - name: Checkout correct branch in build repository run: | .ci/setup_build_repo_branch.sh