Skip to content

Commit bfe53dc

Browse files
committed
fix: only try to deploy if we're on v2 branch
1 parent 01c2795 commit bfe53dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
path: site/
5656
deploy-docs:
5757
name: Deploy docs
58+
if: github.ref == 'refs/heads/v2'
5859
environment:
5960
name: github-pages
6061
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)