Skip to content

Commit 7c89bca

Browse files
committed
Add pull_request trigger for testing
1 parent 0180811 commit 7c89bca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/update-proxy-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Update dependency proxy release assets
22
on:
3+
pull_request:
4+
branches:
5+
- mbg/update-proxy-binaries # for testing
36
workflow_dispatch:
47
inputs:
58
tag:
@@ -16,7 +19,7 @@ jobs:
1619
contents: write # needed to push the updated files
1720
pull-requests: write # needed to create the PR
1821
env:
19-
RELEASE_TAG: ${{ inputs.tag }}
22+
RELEASE_TAG: ${{ inputs.tag || 'codeql-bundle-v2.22.0' }}
2023
steps:
2124
- name: Install Node
2225
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)