mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 14:28:48 +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
|
name: Version Numbering
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches-ignore:
|
|
||||||
- l10*
|
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- l10*
|
- l10*
|
||||||
@ -21,4 +17,4 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Check version number
|
- name: Check version number
|
||||||
run: |
|
run: |
|
||||||
python3 ci/check_version_number.py --branch ${{ GITHUB_REF }}
|
python3 ci/check_version_number.py --branch ${{ GITHUB_BASE_REF }}
|
Loading…
x
Reference in New Issue
Block a user