diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0dfaee..d1da280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,13 @@ --- name: build -on: [push] +on: + push: + branches: + - master + pull_request: + branches: + - "*" + workflow_dispatch: {} jobs: ci: name: Run checks and tests over ${{matrix.otp_vsn}}