Skip to content

Commit 2130ea3

Browse files
committed
fix: update sync workflow branches and create patch
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 203c228 commit 2130ea3

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

.github/workflows/sync-workflow-templates.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29-
- 'stable34'
30-
- 'stable33'
31-
- 'stable32'
29+
- 'stable5.3'
3230

3331
name: Update workflows in ${{ matrix.branches }}
3432

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
diff --git a/.github/workflows/sync-workflow-templates.yml b/.github/workflows/sync-workflow-templates.yml
2+
index 85090be9..cf08bd3e 100644
3+
--- a/.github/workflows/sync-workflow-templates.yml
4+
+++ b/.github/workflows/sync-workflow-templates.yml
5+
@@ -26,9 +26,7 @@ jobs:
6+
matrix:
7+
branches:
8+
- ${{ github.event.repository.default_branch }}
9+
- - 'stable34'
10+
- - 'stable33'
11+
- - 'stable32'
12+
+ - 'stable5.3'
13+
14+
name: Update workflows in ${{ matrix.branches }}
15+

0 commit comments

Comments
 (0)