fix(test): use `pull_request` event instead of `pull_request_target` event
parent
f5da983aef
commit
8e886639b4
|
@ -1,7 +1,7 @@
|
|||
name: Actions 😎
|
||||
on:
|
||||
push: { branches: [main] }
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
|
||||
|
|
Loading…
Reference in New Issue