Skip to content

Commit 5eb3b84

Browse files
committed
ci: cherry-pick deploy fix
1 parent 3b0b222 commit 5eb3b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
deploy:
123123
needs: test
124124
runs-on: ubuntu-latest
125-
if: ${{ github.repository == 'napari/magicgui' && contains(github.ref, 'tags') }}
125+
if: ${{ github.repository == 'pyapp-kit/magicgui' && contains(github.ref, 'tags') }}
126126
steps:
127127
- uses: actions/checkout@v3
128128
- name: Set up Python

0 commit comments

Comments
 (0)