fix tester workflow
Revert change in #646, from on_pr_target -> on_pr (#692)
This commit is contained in:
4
.github/workflows/tester.yml
vendored
4
.github/workflows/tester.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: "Testing Pull Request"
|
name: "Testing Pull Request"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
- "dev"
|
- "dev"
|
||||||
@@ -75,4 +75,4 @@ jobs:
|
|||||||
threshold: 80.123
|
threshold: 80.123
|
||||||
fail: true
|
fail: true
|
||||||
publish: true
|
publish: true
|
||||||
coverage-summary-title: "Code Coverage Summary"
|
coverage-summary-title: "Code Coverage Summary"
|
||||||
Reference in New Issue
Block a user