set default ref

This commit is contained in:
Matthias 2021-12-03 09:00:32 +01:00
parent e31cf45cbc
commit 63f6776e83
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2
- name: Check version number
run: |
python3 ci/check_version_number.py --branch ${{ github.base_ref }}
python3 ci/check_version_number.py --branch ${{ github.base_ref || github.ref }}
pep_style:
name: PEP style (python)