Explorar el Código

remove closed type

Yuki Takei hace 4 años
padre
commit
eedd291df0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: