Browse Source

remove closed type

Yuki Takei 4 years ago
parent
commit
eedd291df0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci-app-prod.yml

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

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