diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index dc4c63010..0b162eb0a 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -1,7 +1,7 @@ name: "Testing Pull Request" on: - pull_request_target: + pull_request: branches: - "master" - "dev" @@ -75,4 +75,4 @@ jobs: threshold: 80.123 fail: true publish: true - coverage-summary-title: "Code Coverage Summary" + coverage-summary-title: "Code Coverage Summary" \ No newline at end of file