mirror of https://gitee.com/answerdev/answer.git
update github action
This commit is contained in:
parent
3e036d4022
commit
1380696f53
|
@ -2,9 +2,8 @@ name: Build Dev Image
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "test","githubaction" ]
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
branches: [ "test","dev" ]
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -4,13 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'dev'
|
||||
- 'dev/**'
|
||||
- 'githubaction'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'dev'
|
||||
- 'dev/**'
|
||||
- 'githubaction'
|
||||
|
||||
jobs:
|
||||
node-build-test:
|
||||
|
|
Loading…
Reference in New Issue