Compare commits
3 Commits
5
.github/config/gitversion.yml
vendored
5
.github/config/gitversion.yml
vendored
@@ -1,10 +1,9 @@
|
|||||||
next-version: 1.0.0
|
next-version: 1.0.1
|
||||||
|
mode: ContinuousDeployment
|
||||||
assembly-versioning-scheme: MajorMinorPatch
|
assembly-versioning-scheme: MajorMinorPatch
|
||||||
assembly-file-versioning-scheme: MajorMinorPatch
|
assembly-file-versioning-scheme: MajorMinorPatch
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
main:
|
main:
|
||||||
regex: ^main$
|
regex: ^main$
|
||||||
mode: ContinuousDelivery
|
|
||||||
increment: Patch
|
increment: Patch
|
||||||
is-release-branch: true
|
|
||||||
|
|||||||
4
.github/workflows/push_main.yml
vendored
4
.github/workflows/push_main.yml
vendored
@@ -4,8 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
paths:
|
#paths:
|
||||||
- "TimetableDesigner.Backend.Events**"
|
#- "TimetableDesigner.Backend.Events**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user