diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index bdceaa6..4fcc4cc 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -1,6 +1,10 @@ name: Go-Tests on: + pull_request: + types: + - opened + - edited push: branches: - "**"