Update work-flow for pull_request (#1156)

* Update work-flow for pull_request

* Update to push for master
This commit is contained in:
Age Manning 2020-05-19 13:17:49 +10:00 committed by GitHub
parent c93f9c351b
commit 309cd95b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: test-suite
on: [push]
on:
push:
branches:
- master
pull_request:
jobs:
cargo-fmt: