mirror of https://gitee.com/answerdev/answer.git
update github action
This commit is contained in:
parent
53bfd1d551
commit
6cda84d350
|
@ -1,4 +1,4 @@
|
|||
name: Build Docker Hub Image
|
||||
name: Build DockerHub Image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
@ -8,7 +8,7 @@ permissions:
|
|||
contents: write
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
build-goreleaser:
|
||||
runs-on: [self-hosted, linux]
|
||||
|
||||
steps:
|
|
@ -2,7 +2,7 @@ name: Go Build Test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main","githubaction" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ name: Node Build Test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main","githubaction"]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue