Browse Source

Change branch pattern

Issue gh-14535
Marcus Hert Da Coregio 1 year ago
parent
commit
6230806d56
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