diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e7d41be..99d3434 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,12 +2,12 @@ name: Go on: push: - branches: [ JiaYongfei-patch-6 ] + branches: [ JiaYongfei-patch-7 ] pull_request: - branches: [ JiaYongfei-patch-6 ] + branches: [ JiaYongfei-patch-7 ] env: - key: join((${{github.event.head_commit.message}},${{github.event.pull_request.title}},${{github.event.pull_request.body}}),";") + key: (${{github.event.head_commit.message}},${{github.event.pull_request.title}},${{github.event.pull_request.body}} jobs: