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