Skip to content

Commit b052c88

Browse files
authored
Update mirror job (#127)
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent 3038ac5 commit b052c88

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
# .github/workflows/mirror.yml
2+
name: Mirror
23
on:
34
push:
45
branches:
5-
- 'main'
6+
- '1.4.x'
67
jobs:
78
mirror_job:
89
runs-on: ubuntu-latest
9-
name: Mirror main branch to compatible minor version branches
10+
name: Mirror 1.4.x branch to compatible version branches
1011
strategy:
1112
fail-fast: false
1213
matrix:
1314
dest_branch:
14-
- '1.4.x'
15+
- '1.x'
1516
steps:
1617
- name: Mirror action step
1718
id: mirror
1819
uses: eProsima/eProsima-CI/external/mirror-branch-action@v0
1920
with:
2021
github-token: ${{ secrets.GITHUB_TOKEN }}
21-
source: 'main'
22+
source: '1.4.x'
2223
dest: ${{ matrix.dest_branch }}

0 commit comments

Comments
 (0)