2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-13 02:32:59 +00:00
InvenTree/.github/workflows/version.yaml
Oliver Walters 5770789ddb more fix
2021-09-12 21:40:56 +10:00

24 lines
428 B
YAML

# Check that the version number format matches the current branch
name: Version Numbering
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Check version number
run: |
python3 ci/check_version_number.py --branch ${GITHUB_REF##*/}