Skip to content

Commit 6aec140

Browse files
committed
Move test pypi trigger to pushes to master
(cherry picked from commit d02f79a)
1 parent ff094ce commit 6aec140

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Publish Python 🐍 distributions 📦 to TestPyPI
22

3-
on: pull_request
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
jobs:
69
build-n-publish:

0 commit comments

Comments
 (0)