From 1730d5a1a966398485e142b59efe733a3432051c Mon Sep 17 00:00:00 2001 From: Mirko Bunse Date: Mon, 1 Jul 2024 18:17:58 +0200 Subject: [PATCH] Revert "TO REVERT: build gh-pages even on pushes to devel" This reverts commit c99c9903a33df71544bdc94f848894cea78a1006. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb5e8c7..030b152 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: docs: name: Documentation runs-on: ubuntu-latest + if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v1 - name: Build documentation