Skip to content

Commit 7d20152

Browse files
authored
Run release action only when push on main (#109)
1 parent 1425c1a commit 7d20152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish prompt-declaration-language to PyPI and TestPyPI
33

44
on:
55
push:
6+
branches:
7+
- "main"
68
workflow_dispatch:
79

810
jobs:

0 commit comments

Comments
 (0)