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-file-versioning-scheme: MajorMinorPatch
|
||||
|
||||
branches:
|
||||
main:
|
||||
regex: ^main$
|
||||
mode: ContinuousDelivery
|
||||
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:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "TimetableDesigner.Backend.Events**"
|
||||
#paths:
|
||||
#- "TimetableDesigner.Backend.Events**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user