ci: fix if statement, again

This commit is contained in:
iCrawl 2022-08-17 23:51:07 +02:00
parent 1008e3d4a7
commit 74740260a7
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

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