mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Use GITHUB_BASE_REF
This commit is contained in:
parent
6baaf98d7e
commit
06f323fe47
6
.github/workflows/version.yaml
vendored
6
.github/workflows/version.yaml
vendored
@ -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 }}
|
Loading…
Reference in New Issue
Block a user