ソースを参照

remove closed type

Yuki Takei 4 年 前
コミット
eedd291df0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/ci-app-prod.yml

+ 1 - 1
.github/workflows/ci-app-prod.yml

@@ -5,7 +5,7 @@ on:
     branches:
       - master
   pull_request:
-    types: [opened, reopened, synchronize, closed]
+    types: [opened, reopened, synchronize]
 
 jobs: