Merge branch 'next' into develop

This commit is contained in:
xilesun 2024-11-25 18:02:50 +08:00
commit baa5ab8ada
2 changed files with 22 additions and 23 deletions

View File

@ -18,10 +18,10 @@ on:
- main - main
- next - next
default: main default: main
push: # push:
branches: # branches:
- 'main' # - 'main'
- 'next' # - 'next'
jobs: jobs:
push-commit: push-commit:

View File

@ -5,25 +5,24 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
push: workflow_dispatch:
branches: # push:
- 'develop' # branches:
- 'main' # - 'main'
- 'next' # - 'next'
- 'develop' # - 'develop'
paths: # paths:
- 'packages/**' # - 'packages/**'
- 'Dockerfile.pro' # - 'Dockerfile'
- 'package.json' # - '.github/workflows/build-pro-image.yml'
- '.github/workflows/build-pro-image.yml' # pull_request:
pull_request: # branches:
branches: # - '**'
- '**' # paths:
paths: # - 'packages/**'
- 'packages/**' # - 'docker/nocobase/**'
- 'docker/nocobase/**' # - 'Dockerfile'
- 'Dockerfile' # - '.github/workflows/build-docker-image.yml'
- '.github/workflows/build-docker-image.yml'
jobs: jobs:
get-plugins: get-plugins: