Re-enable workflow conditions

main
Dan Buch 2 years ago
parent e7f3925a5a
commit b3359c3e27
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -12,7 +12,6 @@ on:
jobs:
test:
if: false
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
@ -91,7 +90,7 @@ jobs:
git diff --cached --exit-code
publish:
#if: startswith(github.ref, 'refs/tags/')
if: startswith(github.ref, 'refs/tags/')
name: publish
needs: [test-docs]
runs-on: ubuntu-latest

Loading…
Cancel
Save