update github action

This commit is contained in:
aichy126 2023-02-07 14:38:17 +08:00
parent 53bfd1d551
commit 6cda84d350
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Build Docker Hub Image
name: Build DockerHub Image
on:
push:

View File

@ -8,7 +8,7 @@ permissions:
contents: write
jobs:
build-and-push:
build-goreleaser:
runs-on: [self-hosted, linux]
steps:

View File

@ -2,7 +2,7 @@ name: Go Build Test
on:
push:
branches: [ "main" ]
branches: [ "main","githubaction" ]
pull_request:
branches: [ "main" ]

View File

@ -2,7 +2,7 @@ name: Node Build Test
on:
push:
branches: [ "main" ]
branches: [ "main","githubaction"]
pull_request:
branches: [ "main" ]