Remove draft check

This commit is contained in:
Ben C 2022-07-14 20:29:12 -07:00 committed by GitHub
parent fab9dcb4e5
commit fc9887e58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
Update_Release: Update_Release:
name: Create/Update Release name: Create/Update Release
if: github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr') if: contains(github.event.pull_request.labels.*.name, 'update-pr')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Create/Update Release - name: Create/Update Release