build.yaml: avoid duplicate builds

This commit is contained in:
Chris Yeninas 2021-11-27 06:52:10 -05:00
parent 471d84aaa3
commit d13a5fa554

View File

@ -8,6 +8,7 @@ on:
jobs:
build:
if: (github.event_name == 'pull_request' && github.event.pull_request.merged != 'true') || github.event_name == 'push'
runs-on: windows-latest
steps: