Skip to content

Commit c29fdd2

Browse files
committed
trying to force deploy
1 parent 4bc6de1 commit c29fdd2

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
@@ -42,9 +42,9 @@ jobs:
4242
uses: codecov/codecov-action@v1
4343

4444
deploy:
45-
if: ${{ github.repository == 'napari/magicgui' && contains(github.ref, 'tags') }}
4645
needs: test
4746
runs-on: ubuntu-latest
47+
if: ${{ github.repository == 'napari/magicgui' && contains(github.ref, 'tags') }}
4848
steps:
4949
- uses: actions/checkout@v2
5050
- name: Set up Python

0 commit comments

Comments
 (0)