Skip to content

Commit 47184c2

Browse files
authored
Mirror 2.6.9 with 2.6.x ci job (#912)
* Refs #21655: Mirror 2.6.9 with 2.6.x job Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #21655: Apply Jesus suggestion Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 15c2276 commit 47184c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/mirror.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
on:
33
push:
44
branches:
5-
- 'master'
5+
- '2.6.x'
66

77
jobs:
88
mirror_job:
9-
name: Mirror master branch to latest minor branches
9+
name: Mirror 2.6.x branch to 2.6.9 branch
1010
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: false
1313
matrix:
1414
dest_branch:
15-
- '2.6.x'
15+
- '2.6.9'
1616
steps:
1717
- name: Mirror action step
1818
id: mirror
1919
uses: google/mirror-branch-action@v1.0
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
22-
source: 'master'
22+
source: '2.6.x'
2323
dest: ${{ matrix.dest_branch }}

0 commit comments

Comments
 (0)