Skip to content

Commit dc586d2

Browse files
committed
fix(ci): remove conditional
1 parent 3731283 commit dc586d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- run: pnpm install --frozen-lockfile
4141
- run: pnpm ci-build
4242
- name: Publish documentation
43-
if: github.ref == 'refs/heads/main'
4443
run: |
4544
git config user.name "github-actions[bot]"
4645
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)