Browse Source

Merge branch '6.2.x'

Marcus Hert Da Coregio 1 year ago
parent
commit
ec952a09ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/trigger-dependabot-auto-merge-forward.yml

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

@@ -3,7 +3,7 @@ name: Trigger Dependabot Auto Merge Forward
 on:
   push:
     branches:
-      - '[5-9]+.[0-9]+.x'
+      - '*.x'
 
 permissions: read-all