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
- next
default: main
push:
branches:
- 'main'
- 'next'
# push:
# branches:
# - 'main'
# - 'next'
jobs:
push-commit:

View File

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