Revert to using pull_request
as the event trigger (#7782)
This commit is contained in:
parent
0509fc2f59
commit
b790c0152a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/preview-theme.yml
vendored
2
.github/workflows/preview-theme.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Preview Theme Changes
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
Loading…
Reference in a new issue