Skip to content

Commit 52ed0e4

Browse files
committed
fix: trigger CI
1 parent f19da1f commit 52ed0e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ jobs:
124124
docs:
125125
name: Build and publish docs
126126

127-
# if: contains(github.ref, 'tags/v2.') # Only for version 2.X.X
127+
if: contains(github.ref, 'tags/v2.') # Only for version 2.X.X
128128

129-
needs: check-static-and-test-status
130-
# needs: deploy
129+
needs: deploy
131130

132131
runs-on: ubuntu-latest
133132

0 commit comments

Comments
 (0)