Skip to content

Commit

Permalink
Update test_pypi_publish.yml for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Dec 31, 2024
1 parent d6db6a4 commit 8b752a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI
on:
# Runs on pushes targeting the default branch
push:
branches: ["develop"]
branches: ["main"]
pull_request:
branches: [ "develop" ]
branches: [ "main" ]

jobs:
build-n-publish:
Expand Down

0 comments on commit 8b752a8

Please sign in to comment.