Skip to content

Commit 2b891eb

Browse files
committed
ci: release docs on beta branch only
1 parent 1c223d8 commit 2b891eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292
docs:
9393
runs-on: ubuntu-latest
94-
if: github.ref == 'refs/heads/next'
94+
if: github.ref == 'refs/heads/beta'
9595
needs: [ release ]
9696
env:
9797
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}

0 commit comments

Comments
 (0)