ci: build

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2022-12-30 20:42:43 +08:00
parent ef9a10cf65
commit 0162835858
3 changed files with 5 additions and 3 deletions

View File

@@ -5,8 +5,9 @@ name: Build @mx-space/api-client
on:
push:
branches:
- '**'
paths:
- 'package.json'
- 'packages/api-client/**'
- '.github/workflows/api-client.yml'
pull_request:

View File

@@ -5,7 +5,8 @@ name: Node.js Build CI
on:
push:
branches: [master]
branches:
- '**'
pull_request:
branches: [master]

View File

@@ -3,7 +3,7 @@ name: Docker Build
on:
push:
branches:
- master
- '**'
tags:
- 'v*'
pull_request: