Skip to content

Commit 4b3b786

Browse files
committed
Keep a single ci-5.x.yml file
For CI builds triggered by pushes to supported branches or pull requests, we can have a single file that lists the branches. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 6337d1c commit 4b3b786

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/ci-5.x-stable.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/ci-5.x.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- master
6+
- '5.[0-9]+'
67
pull_request:
78
branches:
89
- master
10+
- '5.[0-9]+'
911
jobs:
1012
CI-CD:
1113
uses: ./.github/workflows/ci-matrix-5.x.yml

0 commit comments

Comments
 (0)