update github action
This commit is contained in:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user