Skip to content

Commit 2279576

Browse files
committed
Only trigger for release created
1 parent f01f9fd commit 2279576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-test-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Upload Python Package
66
on:
77
# Trigger the workflow on push or pull request,
88
# but only for the main branch
9+
release:
10+
types: [created]
911
push:
1012
branches:
1113
- main

0 commit comments

Comments
 (0)