This commit is contained in:
Dustin Spicuzza 2020-12-28 03:46:29 -05:00
parent ef5c22972b
commit 2de33946c2
2 changed files with 3 additions and 2 deletions

View File

@ -71,7 +71,8 @@ jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [check, check-doc, test] #needs: [check, check-doc, test]
needs: [check, test]
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
steps: steps: