Skip to content

docs: add docs/project-branch-model.md to illustrate the branch model #1

docs: add docs/project-branch-model.md to illustrate the branch model

docs: add docs/project-branch-model.md to illustrate the branch model #1

name: Auto sync latest release branch
on:
push:
branches:
- master
- releases/*
jobs:
build_and_preview:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Sync git history
shell: bash
run: ./scripts/syncLatestReleaseBranch.sh