Skip to content

Commit 35631f9

Browse files
add workflow_dispatch to ci and release workflows
1 parent 82c5801 commit 35631f9

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: [main]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
jobs:
1011
test:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'Cargo.toml'
77
branches:
88
- main
9+
workflow_dispatch:
910

1011
jobs:
1112
check-version:

0 commit comments

Comments
 (0)