Add push trigger for testing

This commit is contained in:
Michael B. Gale 2025-06-23 12:34:52 +01:00
parent 0180811a94
commit e8ad3afb1e
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F

View file

@ -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