dfd82e6d40
* feat: Add GitVersion to sketchup CI run * fix: Temp trigger from my branch * feat: Separate build and deploy jobs * fix: Missing value field on build workflow * fix: Job names * fix: Remove on push for build job * fix: Pull request trigger * fix: Only trigger on dui3/alpha branch
13 lines
245 B
YAML
13 lines
245 B
YAML
next-version: 3.0.0
|
|
mode: ContinuousDeployment
|
|
assembly-informational-format: "{Major}.{Minor}.{Patch}-{PreReleaseTag}"
|
|
branches:
|
|
main:
|
|
regex: ^main$
|
|
tag: rc
|
|
develop:
|
|
regex: ^development$
|
|
tag: dev
|
|
pull-request:
|
|
tag: pr
|