Run CI on PRs too (#113)

This commit is contained in:
Nemo157
2020-08-17 18:14:09 +02:00
committed by GitHub
parent f988ca14ac
commit 4f0f449248
+3 -1
View File
@@ -1,6 +1,8 @@
name: Rust
on: [push]
on:
push: {}
pull_request: {}
jobs:
build_test: