Преглед изворни кода

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

Laurent Destailleur пре 2 година
родитељ
комит
e6df861b3c
1 измењених фајлова са 1 додато и 2 уклоњено
  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