Skip to content

Commit

Permalink
Add pushes to test pypi deployment branches as trigger for test PyPI …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
GenevieveBuckley committed May 17, 2024
1 parent a23e944 commit 90c5fee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi_test_upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: pypi_test_upload

on:
workflow_dispatch:
push:
# branches to consider in the event; optional, defaults to all
branches:
- pypi-deployment
- test-pypi-deployment

permissions:
contents: read
Expand Down

0 comments on commit 90c5fee

Please sign in to comment.