瀏覽代碼

change trigger for test

nameczz 4 年之前
父節點
當前提交
f94707bd03
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      .github/workflows/release.yml

+ 5 - 2
.github/workflows/release.yml

@@ -1,8 +1,11 @@
 on:
-  pull_request:
+  push:
     branches:
       - main
-    types: [closed]
+  # pull_request:
+  #   branches:
+  #     - main
+  #   types: [closed]
 
 jobs:
   publish: