Fix Release Build Thingy

This commit is contained in:
Ben C 2022-07-14 20:30:46 -07:00 committed by GitHub
parent 84cd0c3930
commit 4cd1eeaa1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ on:
jobs:
Build:
if: ${{ github.ref == 'refs/heads/main' || (github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr')) }}
if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'update-pr') }}
uses: ./.github/workflows/build.yaml
with:
build_type: Release