diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 97cf4ac..8d5c7d9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,6 +1,9 @@ name: CI on: - - pull_request + pull_request: + push: + branches: + - main env: GOPATH: /go_path