Update ci.yml

This commit is contained in:
Niklas von Hertzen 2020-08-02 14:39:09 +08:00 committed by GitHub
parent 51de34787a
commit e496047888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,7 @@ jobs:
publish-docs: publish-docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Publish Docs name: Publish Docs
if: ${{ github.ref == 'master' }} if: ${{ github.ref == 'refs/heads/master' }}
needs: docs needs: docs
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2