pull all branches

This commit is contained in:
Severiano Badajoz
2020-04-01 16:42:36 -07:00
parent 4c5474a0c1
commit 89d19cdc93
+2
View File
@@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- name: Set up Python 3.7
uses: actions/setup-python@v1
with: