Skip to content

Commit e0461e1

Browse files
committed
chore(github): fix publish website gh action
1 parent afc8a5f commit e0461e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
website:
179179
name: Publish website
180180
needs: check
181-
if: needs.check.result == 'success' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
181+
if: github.ref == 'refs/heads/master'
182182
runs-on: ubuntu-latest
183183
steps:
184184
- name: Checkout

0 commit comments

Comments
 (0)