ci: update go.yml workflow to trigger on pushes and PRs to any branches

This update enables GitHub Actions in forks, streamlining development
and testing.
This commit is contained in:
Aofei Sheng
2024-07-08 17:32:13 +08:00
parent 88962f9358
commit fd14f6ff73

View File

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