Merge pull request #469 from aofei/ci

ci: update go.yml workflow to trigger on pushes and PRs to any branches
This commit is contained in:
xushiwei
2024-07-08 17:41:29 +08:00
committed by GitHub

View File

@@ -5,9 +5,9 @@ name: Go
on: on:
push: push:
branches: [ "main" ] branches: [ "*" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "*" ]
jobs: jobs: