More tweaks of branch fetch

This commit is contained in:
Griatch 2022-01-26 21:14:35 +01:00
parent 0720ea4ff6
commit 55237f20a7
2 changed files with 1 additions and 4 deletions

View file

@ -24,12 +24,10 @@ jobs:
- name: Checkout 0.9.5 branch
uses: actions/checkout@v2
with:
path: v0.9.5
ref: v0.9.5
- name: Checkout develop branch
uses: actions/checkout@v2
with:
path: develop
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2