Merge branch 'main' into next

This commit is contained in:
xilesun 2024-11-25 18:01:46 +08:00
commit d42bb722c0
2 changed files with 22 additions and 22 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,24 +5,24 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
on: on:
push: workflow_dispatch:
branches: # push:
- 'main' # branches:
- 'next' # - 'main'
- 'develop' # - 'next'
paths: # - 'develop'
- 'packages/**' # paths:
- 'Dockerfile.pro' # - 'packages/**'
- 'package.json' # - 'Dockerfile'
- '.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: