Skip to content

Commit 2ef6e88

Browse files
committed
update CI to run on PRs instead of push
1 parent 034ff47 commit 2ef6e88

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Rust
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
workflow_dispatch:
46

57
jobs:
68
build:

0 commit comments

Comments
 (0)