chore(ci): update

This commit is contained in:
xilesun 2024-11-25 18:00:20 +08:00
parent 477091aa6a
commit 2959dd5d01
2 changed files with 22 additions and 21 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,23 +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' # - 'packages/**'
- '.github/workflows/build-pro-image.yml' # - 'Dockerfile'
pull_request: # - '.github/workflows/build-pro-image.yml'
branches: # pull_request:
- '**' # branches:
paths: # - '**'
- 'packages/**' # paths:
- 'docker/nocobase/**' # - 'packages/**'
- 'Dockerfile' # - 'docker/nocobase/**'
- '.github/workflows/build-docker-image.yml' # - 'Dockerfile'
# - '.github/workflows/build-docker-image.yml'
jobs: jobs:
get-plugins: get-plugins: