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: |