Tweaked Github CI
This commit is contained in:
parent
b90b5c22bf
commit
76af517a49
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Rust
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Reference in a new issue