Skip to content

Commit b3359c3

Browse files
committed
Re-enable workflow conditions
1 parent e7f3925 commit b3359c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cli.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
jobs:
1414
test:
15-
if: false
1615
strategy:
1716
matrix:
1817
os: [ubuntu-latest, macos-latest, windows-latest]
@@ -91,7 +90,7 @@ jobs:
9190
git diff --cached --exit-code
9291
9392
publish:
94-
#if: startswith(github.ref, 'refs/tags/')
93+
if: startswith(github.ref, 'refs/tags/')
9594
name: publish
9695
needs: [test-docs]
9796
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)