Restrict builds to pushes to master and mac-release

This commit is contained in:
Maurice Parker 2019-10-22 15:42:48 -05:00
parent ddbf7a11af
commit b30686c72d
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: CI
on: [push]
on:
push:
branches:
- master
- mac-release
jobs:
build: