mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:36:05 +00:00
fix: update github workflows
This commit is contained in:
parent
c81c19bf23
commit
0c80992f7d
@ -7,16 +7,21 @@ on:
|
||||
- 'develop'
|
||||
paths:
|
||||
- 'packages/**'
|
||||
- 'docker/nocobase/**'
|
||||
- 'Dockerfile.acr'
|
||||
- '.github/workflows/aliyun-container-registry.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- 'docker/nocobase/**'
|
||||
- 'packages/**'
|
||||
- 'docker/nocobase/**'
|
||||
- 'Dockerfile.acr'
|
||||
- '.github/workflows/aliyun-container-registry.yml'
|
||||
|
||||
jobs:
|
||||
push-acr:
|
||||
if: github.event.pull_request.head.repo.fork !== true
|
||||
if: github.event.pull_request.head.repo.fork != true
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
verdaccio:
|
||||
|
5
.github/workflows/docker-hub.yml
vendored
5
.github/workflows/docker-hub.yml
vendored
@ -4,6 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
paths:
|
||||
- 'packages/**'
|
||||
- 'docker/nocobase/**'
|
||||
- 'Dockerfile'
|
||||
- '.github/workflows/docker-hub.yml'
|
||||
|
||||
jobs:
|
||||
push-docker:
|
||||
|
Loading…
Reference in New Issue
Block a user