diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 5775509..380d222 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -1,8 +1,13 @@ name: "Test the PR" on: - pull_request: + pull_request_target: branches: - main + types: + - opened + - syncronize + - reopened + - edited jobs: run_test: name: "Run tests"