Skip to content

Commit

Permalink
Only deploy on main branch and on tag change
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Oct 24, 2024
1 parent 670a706 commit ba352b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build and upload to PyPI
on:
workflow_dispatch:
pull_request:
# push:
# branches:
# - main
push:
branches:
- main
# release:
# types:
# - published
Expand Down

0 comments on commit ba352b9

Please sign in to comment.