actions: when building release, build only release

This commit is contained in:
Jonathan Shook 2020-05-06 13:47:50 -05:00
parent e2761006b4
commit 127e89128d

View File

@ -3,6 +3,8 @@ name: build
on: on:
push: push:
branches: master branches: master
paths:
- '!RELEASENOTES.**'
jobs: jobs:
build: build: