docs: fix changelog

This commit is contained in:
Aarnav Tale
2026-04-11 14:39:49 -04:00
parent e4030ed254
commit 946921fff7
2 changed files with 19 additions and 44 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ on:
tags:
- "v*"
branches:
- "main"
- "release/docs"
concurrency:
@@ -16,7 +17,7 @@ permissions:
jobs:
beta:
name: Deploy Beta Docs
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref_name, '-')
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Check out the repo