diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9369b9a8..f774cb06 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,10 +4,15 @@ on: push: branches: - master + pull_request: branches: - master + pull_request_target: + branches: + - master + defaults: run: shell: bash