Skip to content

Commit 94497d0

Browse files
author
Vicenç García Altés
authored
Merge pull request #44 from VoxelGroup/OnlyPublishOnTags
Only publish on tags
2 parents 831aba0 + 1157055 commit 94497d0

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/preview.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: MiddyNet Preview Continous Deployment
22
on:
33
push:
4-
branches:
5-
- main
64
tags:
75
- preview-*
86

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
name: MiddyNet Release Continous Deployment
22
on:
33
push:
4-
branches:
5-
- main
64
tags:
75
- release-*
86

97
jobs:
108
build:
11-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12-
139
env:
1410
BUILD_CONFIG: Release
1511

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</PropertyGroup>
66

77
<PropertyGroup Label="MiddyNet Versions">
8-
<middynet>1.2.1$(VersionSuffix)</middynet>
8+
<middynet>1.2.2$(VersionSuffix)</middynet>
99
</PropertyGroup>
1010
</Project>

0 commit comments

Comments
 (0)