fix(tests): run against pull_request not pull_request_target. Closes #2487

This commit is contained in:
Gabe Kangas
2023-05-02 17:00:40 -07:00
parent ef40d5418f
commit ff5a6590e7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
push:
paths:
- web/**
pull_request_target:
pull_request:
paths:
- web/**
+1 -1
View File
@@ -5,7 +5,7 @@ on:
push:
paths:
- web/**
pull_request_target:
pull_request:
paths:
- web/**