diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99c1cb1c..9ba2251c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,14 @@ name: CI Tests on: push: - - # pull_request: - # branches: ["main"] + branches: + - main + + pull_request: + types: + - opened + - reopened + - synchronize env: BUILD_DIR: "${{ github.workspace }}/build"