Skip to content

Commit 7f333ce

Browse files
authored
Update mirror job (#344)
Signed-off-by: eduponz <eduardoponz@eprosima.com>
1 parent 88e9f39 commit 7f333ce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/mirror.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# .github/workflows/mirror.yml
2+
name: Mirror
23
on:
34
push:
45
branches:
5-
- 'master'
6+
- '3.3.x'
7+
68
jobs:
79
mirror_job:
810
runs-on: ubuntu-latest
9-
name: Mirror master branch to compatible minor version branches
11+
name: Mirror 3.3.x branch to compatible version branches
1012
strategy:
1113
fail-fast: false
1214
matrix:
1315
dest_branch:
14-
- '3.3.x'
16+
- '3.x'
1517
steps:
1618
- name: Mirror action step
1719
id: mirror
1820
uses: eProsima/eProsima-CI/external/mirror-branch-action@v0
1921
with:
2022
github-token: ${{ secrets.GITHUB_TOKEN }}
21-
source: 'master'
23+
source: '3.3.x'
2224
dest: ${{ matrix.dest_branch }}

0 commit comments

Comments
 (0)