Skip to content

Commit 1425c1a

Browse files
committed
Allow manual run to release workflow
1 parent 775ae1e commit 1425c1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
name: Publish prompt-declaration-language to PyPI and TestPyPI
33

4-
on: push
4+
on:
5+
push:
6+
workflow_dispatch:
57

68
jobs:
79
build:

0 commit comments

Comments
 (0)