Restrict GH actions to PRs

This commit is contained in:
Jon Moroney 2020-07-09 17:07:35 -07:00
parent 5360ce1477
commit 0e7ffbe699

View file

@ -1,6 +1,6 @@
name: Rust
on: [push, pull_request]
on: [pull_request]
jobs:
build: