Skip to content

Commit 57a66d8

Browse files
committed
MINOR: add github action trigger
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
1 parent 3d37016 commit 57a66d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
name: Rust
1919

2020
on:
21-
# always trigger
21+
# always trigger on PR
2222
push:
2323
pull_request:
24+
# manual trigger
25+
workflow_dispatch:
2426

2527
jobs:
2628
# Check crate compiles

0 commit comments

Comments
 (0)