Skip to content

Commit 8de6d4a

Browse files
moved the test_pypi workflow to only trigger on test-pypi branch as we don't have access to the test environment yet
1 parent c707a08 commit 8de6d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Publish 📦 to TestPyPI
44

55
on:
66
push:
7-
branches: [ master ]
7+
branches: [ test-pypi ]
88

99
jobs:
1010
build-n-publish:

0 commit comments

Comments
 (0)