Skip to content

Commit

Permalink
Update mirror job (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz authored May 16, 2024
1 parent 3038ac5 commit b052c88
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# .github/workflows/mirror.yml
name: Mirror
on:
push:
branches:
- 'main'
- '1.4.x'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror main branch to compatible minor version branches
name: Mirror 1.4.x branch to compatible version branches
strategy:
fail-fast: false
matrix:
dest_branch:
- '1.4.x'
- '1.x'
steps:
- name: Mirror action step
id: mirror
uses: eProsima/eProsima-CI/external/mirror-branch-action@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'main'
source: '1.4.x'
dest: ${{ matrix.dest_branch }}

0 comments on commit b052c88

Please sign in to comment.