Skip to content

Commit 83fa25d

Browse files
committed
Update test_and_deploy.yml
1 parent f169bcb commit 83fa25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# github secrets (see readme for details)
7272
needs: [test]
7373
runs-on: ubuntu-latest
74-
# if: contains(github.ref, 'tags')
74+
if: contains(github.ref, 'tags')
7575
steps:
7676
- uses: actions/checkout@v2
7777
- name: Set up Python

0 commit comments

Comments
 (0)