From 74740260a783bd969ea8c49ceb6b795e0f4608c2 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Wed, 17 Aug 2022 23:51:07 +0200 Subject: [PATCH] ci: fix if statement, again --- .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 66be57bbf..7fd1fb03e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -142,7 +142,7 @@ jobs: fi - name: Move docs to correct directory - if: ${{ github.event.inputs.ref_type == 'branch' && env.BRANCH_OR_TAG == 'branch' }} + if: ${{ github.event.inputs.ref_type == 'branch' || env.BRANCH_OR_TAG == 'branch' }} env: PACKAGE: ${{ matrix.package }} run: |