fix: update build ci

This commit is contained in:
chenos 2024-07-23 12:35:07 +08:00
parent c82836328a
commit de44880ec2
2 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ on:
- 'next' - 'next'
paths: paths:
- 'packages/**' - 'packages/**'
- 'docker/nocobase/**'
- 'Dockerfile' - 'Dockerfile'
- '.github/workflows/build-docker-image.yml' - '.github/workflows/build-docker-image.yml'
pull_request: pull_request:

View File

@ -9,10 +9,8 @@ on:
branches: branches:
- 'main' - 'main'
- 'next' - 'next'
- 'next-test'
paths: paths:
- 'packages/**' - 'packages/**'
- 'docker/nocobase/**'
- 'Dockerfile' - 'Dockerfile'
- '.github/workflows/build-pro-image.yml' - '.github/workflows/build-pro-image.yml'