Skip to content

Commit db98012

Browse files
committedApr 4, 2024··
chore: allow to manually run workflow
1 parent 28597d3 commit db98012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches:
88
- master
9+
workflow_dispatch:
10+
911
jobs:
1012
build-windows:
1113
runs-on: windows-latest

0 commit comments

Comments
 (0)
Please sign in to comment.