Skip to content

Commit e68f7d3

Browse files
authored
Merge pull request #305 from rest-sh/cfunkhouser/manually-trigger-release
ci: Allow triggering CI manually
2 parents cfcaefb + 417b826 commit e68f7d3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches: [main]
55
pull_request: {}
6+
workflow_dispatch: # Allow triggering manually.
7+
68
jobs:
79
build:
810
name: Build & Test

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "*"
7+
workflow_dispatch: # Allow triggering manually.
78

89
jobs:
910
goreleaser:

0 commit comments

Comments
 (0)