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

View File

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