docs: remove nightly branch guidance

This commit is contained in:
chengyongru
2026-06-08 16:03:24 +08:00
committed by Xubin Ren
parent 8fe0149c65
commit 6e6470daa0
5 changed files with 26 additions and 61 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: Test Suite
on:
push:
branches: [main, nightly]
branches: [main]
pull_request:
branches: [main, nightly]
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}