diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index f2de16d..c377fe8 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -8,7 +8,7 @@ jobs: run: | echo ${{ github.server_url }} echo ${{ github.repository }} - git clone ${{ github.server_url }}/${{ github.repository }}.git . + git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}.git . # - name: Build # run: docker run --rm -w /doc -v $PWD:/doc thomasweise/docker-texlive-full make - name: Build