do not run build when prerelease is already selected

This commit is contained in:
Jonathan Shook 2023-01-23 15:23:23 -06:00
parent 961f420de7
commit 4eb07e046e

View File

@ -3,6 +3,8 @@ name: build
on:
push:
pull_request:
paths:
- "!RELEASENOTES.md"
jobs:
build: