Run CircleCI on pull request branches (#710)

We were previously only running CircleCI on master, but we want it to PRs as well.
main
Andrew Morgan 2019-05-29 11:34:36 +01:00 committed by GitHub
parent c7c5e8d8e8
commit ade4b9c978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -29,7 +29,4 @@ workflows:
version: 2
build:
jobs:
- dendrite:
filters:
branches:
only: master
- dendrite