Selaa lähdekoodia

Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop

Laurent Destailleur 2 vuotta sitten
vanhempi
commit
e6df861b3c
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      .github/workflows/php-cs.yml

+ 1 - 2
.github/workflows/php-cs.yml

@@ -2,9 +2,8 @@ name: GitHub CI Coding Style
 
 on:
   push:
-    branches: [ "develop" ]
   pull_request:
-    branches: [ "develop" ]
+    types: [opened]
 
 permissions:
   contents: read