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
1 changed files with 1 additions and 1 deletions

View File

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