Add push trigger for testing
This commit is contained in:
parent
0180811a94
commit
e8ad3afb1e
1 changed files with 4 additions and 1 deletions
5
.github/workflows/update-proxy-release.yml
vendored
5
.github/workflows/update-proxy-release.yml
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
name: Update dependency proxy release assets
|
name: Update dependency proxy release assets
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- mbg/update-proxy-binaries # for testing
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
|
|
@ -16,7 +19,7 @@ jobs:
|
||||||
contents: write # needed to push the updated files
|
contents: write # needed to push the updated files
|
||||||
pull-requests: write # needed to create the PR
|
pull-requests: write # needed to create the PR
|
||||||
env:
|
env:
|
||||||
RELEASE_TAG: ${{ inputs.tag }}
|
RELEASE_TAG: ${{ inputs.tag || 'codeql-bundle-v2.22.0' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue