Skip to content

Commit 2e3b93f

Browse files
committed
Remove push trigger that was used for testing
1 parent bbfc5be commit 2e3b93f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Update dependency proxy release assets
22
on:
3-
push:
4-
branches:
5-
- mbg/update-proxy-binaries # for testing
63
workflow_dispatch:
74
inputs:
85
tag:
@@ -19,7 +16,7 @@ jobs:
1916
contents: write # needed to push the updated files
2017
pull-requests: write # needed to create the PR
2118
env:
22-
RELEASE_TAG: ${{ inputs.tag || 'codeql-bundle-v2.22.0' }}
19+
RELEASE_TAG: ${{ inputs.tag }}
2320
steps:
2421
- name: Check release tag format
2522
id: checks

0 commit comments

Comments
 (0)