diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 847f017..ae7f3c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ --- name: build -on: [push, pull_request] +on: [push] jobs: ci: name: Run checks and tests over ${{matrix.otp_vsn}}