Skip to content

Commit

Permalink
Fix wrong branchname in stage publishing workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Jan 26, 2024
1 parent 1a44679 commit ca0c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: "Publish latest default branch content to TestPyPI"
on:
push:
branches:
- main
- master

jobs:
publish-to-stage:
Expand Down

0 comments on commit ca0c86b

Please sign in to comment.