Skip to content

Commit 35d94c3

Browse files
committed
Always deploy
1 parent 15a39dd commit 35d94c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# PYTHON_ZLIB_NG_LINK_DYNAMIC: True
151151
#
152152
deploy:
153-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
153+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
154154
runs-on: ${{ matrix.os }}
155155
# needs:
156156
# - lint

0 commit comments

Comments
 (0)