Use GITHUB_BASE_REF

This commit is contained in:
Oliver Walters 2021-09-12 21:52:02 +10:00
parent 6baaf98d7e
commit 06f323fe47

View File

@ -3,10 +3,6 @@
name: Version Numbering
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
@ -21,4 +17,4 @@ jobs:
uses: actions/checkout@v2
- name: Check version number
run: |
python3 ci/check_version_number.py --branch ${{ GITHUB_REF }}
python3 ci/check_version_number.py --branch ${{ GITHUB_BASE_REF }}