Преглед на файлове

Merge branch '6.1.x' into 6.2.x

Marcus Hert Da Coregio преди 1 година
родител
ревизия
e0a5712474
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/workflows/trigger-dependabot-auto-merge-forward.yml

+ 2 - 2
.github/workflows/trigger-dependabot-auto-merge-forward.yml

@@ -2,8 +2,8 @@ name: Trigger Dependabot Auto Merge Forward
 
 on:
   push:
-    branches:
-      - '*.x'
+    branches-ignore:
+      - "dependabot/**"
 
 permissions: read-all