CI running on push to master and PRs

I noticed that CI was running twice if I created a branch and made a PR. How do we feel about this new config?
This commit is contained in:
Mark Robert Henderson 2020-03-04 17:46:35 -05:00 committed by David Craven
parent 53c427cdcb
commit 05303beb03

View File

@ -1,4 +1,7 @@
on: [push, pull_request]
on:
push:
branches: master
pull_request:
name: Rust IPFS