DEV: Restrict branches for github actions

This avoids running duplicate checks when a commit lands in tests-passed
This commit is contained in:
David Taylor 2019-12-10 14:41:55 +00:00 committed by GitHub
parent ee1f77d301
commit d2d7bed21d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,12 @@
name: CI
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build: