瀏覽代碼

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