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