Skip to content

Commit 8b752a8

Browse files
authored
Update test_pypi_publish.yml for branch main
1 parent d6db6a4 commit 8b752a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_pypi_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["develop"]
6+
branches: ["main"]
77
pull_request:
8-
branches: [ "develop" ]
8+
branches: [ "main" ]
99

1010
jobs:
1111
build-n-publish:

0 commit comments

Comments
 (0)