ci: Update Actions events to include `pull_request`

This commit is contained in:
Matan Kushner 2019-09-04 20:56:06 -04:00
parent 8d353f72c6
commit c5e693b638
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: Continuous Integration
on: push
on: [push, pull_request]
jobs:
# Run the `rustfmt` code formatter
rustfmt: