Skip to content

Commit

Permalink
Fix branch name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Aug 7, 2024
1 parent 446c97c commit a821bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload to PyPI
on:
push:
branches:
- master
- main
- pip
tags:
- '*'
Expand Down

0 comments on commit a821bef

Please sign in to comment.