Skip to content

Commit dcc1313

Browse files
Temporarily enable the workflow to be dispatched manually
Github doesn’t seem to trigger workflows when tags are pushed separately from a commit, so need to trigger the release manually. Signed-off-by: Elena Kolevska <[email protected]>
1 parent ede5234 commit dcc1313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-tag.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- grpc-v*
99
- flask-v*
1010
- fastapi-v*
11+
workflow_dispatch: # Add manual trigger
1112

1213
jobs:
1314
lint:

0 commit comments

Comments
 (0)