Skip to content

Commit e1d0aef

Browse files
authored
Merge pull request #165 from blinemedical/disable-auto-version-update
[VIDEO-2684] - Disable auto version tag update for now
2 parents 2eabc32 + e2d9a77 commit e1d0aef

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/auto-update-version.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: Auto Update Version
22
run-name: Move to ${{ github.ref_name }}
33

44
on:
5-
push:
6-
tags:
7-
- v*
5+
#changed to workflow_dispatch to disable auto trigger until we figure out the public/private repo issue
6+
workflow_dispatch:
7+
inputs:
8+
target:
9+
description: Target Tag
10+
required: true
811

912
jobs:
1013
update:

0 commit comments

Comments
 (0)