mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
one workflow for PR checks
This commit is contained in:
parent
413968a979
commit
2c2825abf7
@ -1,6 +1,6 @@
|
||||
# Check that the version number format matches the current branch
|
||||
# Checks for each PR
|
||||
|
||||
name: Version Numbering
|
||||
name: PR checks
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@ -9,7 +9,8 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
check:
|
||||
check_version:
|
||||
name: check version number
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
Loading…
Reference in New Issue
Block a user