From e8ad3afb1e33fc0b34c9b187e43d9635c46baeb9 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Mon, 23 Jun 2025 12:34:52 +0100 Subject: [PATCH] Add `push` trigger for testing --- .github/workflows/update-proxy-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-proxy-release.yml b/.github/workflows/update-proxy-release.yml index f5b21d6a2..61d88cc53 100644 --- a/.github/workflows/update-proxy-release.yml +++ b/.github/workflows/update-proxy-release.yml @@ -1,5 +1,8 @@ name: Update dependency proxy release assets on: + push: + branches: + - mbg/update-proxy-binaries # for testing workflow_dispatch: inputs: tag: @@ -16,7 +19,7 @@ jobs: contents: write # needed to push the updated files pull-requests: write # needed to create the PR env: - RELEASE_TAG: ${{ inputs.tag }} + RELEASE_TAG: ${{ inputs.tag || 'codeql-bundle-v2.22.0' }} steps: - name: Install Node uses: actions/setup-node@v4