diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c308d17..be1e6cf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,6 +1,8 @@ name: Run Tests and Build -on: [push] +on: + push: {} + pull_request: {} env: CI: true