Skip to content

Commit 83b9f74

Browse files
authored
Merge pull request #31 from openscm/enable-release-on-demand
Allow release workflow to run on command
2 parents 1f14a71 + 4a664fe commit 83b9f74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags: ['v*']
67

changelog/31.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow release workflow to run on command

0 commit comments

Comments
 (0)