From 5b534c569883e3b448fee15bcc5d1b03b890a5d2 Mon Sep 17 00:00:00 2001 From: Cubicroot Date: Mon, 11 Oct 2021 19:48:08 +0200 Subject: [PATCH] only build docu in master --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 44da8bc..6a0a775 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,7 +11,7 @@ on: jobs: build_documentation: runs-on: ubuntu-latest - # TODO Activate later: if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/main' }} steps: - name: Checkout the repository uses: actions/checkout@v2