From 89d19cdc936deed1c0bd262ba463884d3b9948bc Mon Sep 17 00:00:00 2001 From: Severiano Badajoz Date: Wed, 1 Apr 2020 16:42:36 -0700 Subject: [PATCH] pull all branches --- .github/workflows/push_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 80c3e0f3..c9455386 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -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: