Revert "remove fetching all branches"

This reverts commit 26ce7a0f05.
This commit is contained in:
Severiano Badajoz
2020-04-08 11:56:01 -07:00
parent 26ce7a0f05
commit f415c9b527
+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: