update github action

This commit is contained in:
aichy126 2023-02-10 18:11:49 +08:00
parent 3e036d4022
commit 1380696f53
2 changed files with 2 additions and 7 deletions

View File

@ -2,9 +2,8 @@ name: Build Dev Image
on:
push:
branches: [ "test","githubaction" ]
tags:
- "v*.*.*"
branches: [ "test","dev" ]
jobs:
build:

View File

@ -4,13 +4,9 @@ on:
push:
branches:
- 'dev'
- 'dev/**'
- 'githubaction'
pull_request:
branches:
- 'dev'
- 'dev/**'
- 'githubaction'
jobs:
node-build-test: