Skip to content

Commit bd568d1

Browse files
committed
Add manual dispatch capability to workflows
1 parent b4108cc commit bd568d1

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
repository_dispatch:
88
types: [build]
9+
workflow_dispatch:
910

1011
jobs:
1112

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Publish Release Packages
22

33
on:
44
release:
5-
types: [published,released,prereleased,edited]
5+
types: [published]
66
repository_dispatch:
77
types: [publish-packages]
8+
workflow_dispatch:
89

910
jobs:
1011

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- cron: '0 3 * * *'
66
repository_dispatch:
77
types: [test]
8+
workflow_dispatch:
89

910
jobs:
1011

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.16</Version>
3+
<Version>1.0.15</Version>
44
<RuntimeFrameworkVersion>3.1.4</RuntimeFrameworkVersion>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)