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

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