diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ecd486..43c9962 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Test on: push: branches: [ "main" ] - pull_request: + pull_request_target: branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab