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

View File

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