Merge pull request #29 from darakian/only-use-gh-action-on-pr

Restrict GH actions to PRs
This commit is contained in:
Jon Moroney 2020-07-09 17:10:19 -07:00 committed by GitHub
commit dddf30caa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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