diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a9a9287..2eb34b9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,10 @@ on: - master pull_request: branches: - - master + - '**' + pull_request_target: + branches: + - '**' jobs: build: