chore(workflows): update workflows for new repo structure

This commit is contained in:
GeorgeDong32 2025-05-11 23:43:01 +08:00 committed by 亢奋猫
parent abe441d694
commit 23a08feaf1
3 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,8 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
ref: develop
- name: Install Node.js
uses: actions/setup-node@v4

View File

@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
- develop
jobs:
build:

View File

@ -26,6 +26,8 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
ref: main
- name: Get release tag
id: get-tag