diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 26420e1..ab8b248 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,10 @@ name: EinoTests -on: [ pull_request ] +on: + pull_request: + push: + branches: + - main env: DEFAULT_GO_VERSION: "1.18"