Skip to content

Commit

Permalink
Merge pull request #2636 from diegoferigo/patch-1
Browse files Browse the repository at this point in the history
Fix branch name in Python workflow
  • Loading branch information
drdanz authored Jul 5, 2021
2 parents d0058d1 + f0f420c commit 9772381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
if: |
github.repository == 'robotology/yarp' &&
((github.event_name == 'release' && github.event.action == 'published') ||
(github.event_name == 'push' && github.ref == 'refs/heads/main'))
(github.event_name == 'push' && github.ref == 'refs/heads/master'))
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 9772381

Please sign in to comment.