Skip to content

Commit c8a7482

Browse files
committed
ci: add workflow_dispatch trigger to CI and release workflows
1 parent 4db052f commit c8a7482

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [master]
66
pull_request:
77
branches: [master]
8+
workflow_dispatch:
89

910
concurrency:
1011
group: ci-${{ github.ref }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release
33
on:
44
push:
55
branches: [master]
6+
workflow_dispatch:
67

78
concurrency: release
89

0 commit comments

Comments
 (0)