Actions: Trigger testing workflow on pull_request

This commit is contained in:
Jack Grigg 2019-08-23 12:13:23 +01:00
parent 894421f3b5
commit 5e706d5d84
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
1 changed files with 1 additions and 1 deletions

View File

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