We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f169bcb commit 83fa25dCopy full SHA for 83fa25d
1 file changed
.github/workflows/test_and_deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
# github secrets (see readme for details)
72
needs: [test]
73
runs-on: ubuntu-latest
74
-# if: contains(github.ref, 'tags')
+ if: contains(github.ref, 'tags')
75
steps:
76
- uses: actions/checkout@v2
77
- name: Set up Python
0 commit comments