This commit is contained in:
Nick 2022-07-13 23:40:16 -04:00
commit 64b12ecb00

View File

@ -42,7 +42,7 @@ jobs:
Update_Release: Update_Release:
name: 'Create/Update Release Asset' name: 'Create/Update Release Asset'
needs: Build needs: Build
if: ${{ github.event.name == 'pull_request' && github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr') }} if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr') }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download Asset - name: Download Asset