fix(ci): Update the nightly-build workflow (#6791)

Update the branch name from `develop` to `main`
This commit is contained in:
Lucas 2025-06-04 17:37:13 +08:00 committed by GitHub
parent fda4ca88c1
commit c2e6ee907e

View File

@ -53,7 +53,7 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4
with:
ref: develop
ref: main
- name: Install Node.js
uses: actions/setup-node@v4