From 032117ac6dba1ca9e8f6dbf39ef10c4cf1e0ea36 Mon Sep 17 00:00:00 2001 From: Clemens Rudert Date: Mon, 9 Oct 2023 20:59:27 +0200 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dedea2a..51dbdc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: name: Deploy docs to GitHub Pages needs: - build-doc - if: ${{ startsWith(github.ref, 'refs/tags') }} + if: ${{ startsWith(github.ref, 'refs/tags/master') }} runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3