Skip to content

Commit

Permalink
Fix branch name in Python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo authored Jul 2, 2021
1 parent d0058d1 commit f0f420c
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 f0f420c

Please sign in to comment.