Re-enable workflow conditions

This commit is contained in:
Dan Buch 2022-05-18 23:20:47 -04:00
parent e7f3925a5a
commit b3359c3e27
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -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