fix branch name for tests

This commit is contained in:
erenJag 2020-05-15 15:38:00 +02:00
parent 4c32a33f62
commit a373a676e4

View file

@ -14,7 +14,7 @@ jobs:
# Checkout source form Github
- uses: actions/checkout@master
with:
ref: master
ref: gh_pages_deploy
# Install Python runtime and dependencies
- uses: actions/setup-python@v1
with: