Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 1c9dcd2

Browse files
authored
Update python-app.yml
1 parent c556b81 commit 1c9dcd2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33

44
name: Python build binary
55

6+
67
on:
7-
push:
8-
branches: [ "release" ]
8+
workflow_dispatch:
9+
inputs:
10+
tags:
11+
description: 'test build tags'
912

1013
jobs:
1114
build:

0 commit comments

Comments
 (0)