Run CI on PRs too (#113)

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