Преглед изворни кода

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

Vicente Canales пре 1 година
родитељ
комит
b790c0152a
1 измењених фајлова са 1 додато и 1 уклоњено
  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