mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
chore: update next branch ci
This commit is contained in:
parent
cd3be19f06
commit
44580ff9a8
6
.github/workflows/build-pro-image.yml
vendored
6
.github/workflows/build-pro-image.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'next'
|
||||
paths:
|
||||
- 'packages/**'
|
||||
- 'docker/nocobase/**'
|
||||
@ -36,6 +37,11 @@ jobs:
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
- name: Fetch all branches
|
||||
run: cd packages/pro-plugins && git fetch --all
|
||||
- name: git checkout ${{ github.head_ref }}
|
||||
run: cd packages/pro-plugins && git checkout ${{ github.head_ref }}
|
||||
continue-on-error: true
|
||||
- name: rm .git
|
||||
run: rm -rf packages/pro-plugins/.git && git config --global user.email "you@example.com" && git config --global user.name "Your Name" && git add -A && git commit -m "tmp commit"
|
||||
- name: Set up QEMU
|
||||
|
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'develop'
|
||||
- 'next'
|
||||
paths:
|
||||
- '.github/workflows/e2e.yml'
|
||||
- 'packages/**'
|
||||
|
1
.github/workflows/nocobase-test-backend.yml
vendored
1
.github/workflows/nocobase-test-backend.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
paths:
|
||||
- 'package.json'
|
||||
- '**/yarn.lock'
|
||||
|
2
.github/workflows/nocobase-test-frontend.yml
vendored
2
.github/workflows/nocobase-test-frontend.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
- next
|
||||
paths:
|
||||
- 'packages/**'
|
||||
- '**/yarn.lock'
|
||||
|
1
.github/workflows/nocobase-test-windows.yml
vendored
1
.github/workflows/nocobase-test-windows.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- next
|
||||
paths:
|
||||
- 'package.json'
|
||||
- '**/yarn.lock'
|
||||
|
Loading…
x
Reference in New Issue
Block a user