Skip to content

Commit 1842678

Browse files
authored
Add pull_request trigger to TestPyPI upload workflow
1 parent 256e72f commit 1842678

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/TestPyPI_Upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publish Python 🐍 distribution 📦 to TestPyPI
22

33
on:
4-
push:
4+
pull_request:
5+
branches:
56
- main
67
workflow_dispatch:
78

0 commit comments

Comments
 (0)