Skip to content

Commit 23b41b5

Browse files
committed
tag checks back in
1 parent e34be31 commit 23b41b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155

156156

157157
release-docs:
158-
#if: startsWith(github.ref, 'refs/tags/v')
158+
if: startsWith(github.ref, 'refs/tags/v')
159159
needs: [ check-format, build, unit-tests, doctest, docs, audit, pylint ]
160160
runs-on: ubuntu-latest
161161
steps:
@@ -177,7 +177,7 @@ jobs:
177177
publish_dir: ./build/documentation/
178178

179179
release:
180-
#if: startsWith(github.ref, 'refs/tags/v')
180+
if: startsWith(github.ref, 'refs/tags/v')
181181
needs: [check-format, build, unit-tests, doctest, docs, audit, pylint]
182182
runs-on: ubuntu-latest
183183
steps:

0 commit comments

Comments
 (0)