Browse Source

Revert to using `pull_request` as the event trigger (#7782)

Vicente Canales 1 year ago
parent
commit
b790c0152a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/preview-theme.yml

+ 1 - 1
.github/workflows/preview-theme.yml

@@ -1,7 +1,7 @@
 name: Preview Theme Changes
 
 on:
-  pull_request_target:
+  pull_request:
     types: [opened, synchronize]
 permissions:
   pull-requests: write