Skip to content

fix: un-deprecate array append + CI sanity check (#630) #240

fix: un-deprecate array append + CI sanity check (#630)

fix: un-deprecate array append + CI sanity check (#630) #240

Workflow file for this run

name: Sync master and next-moc
on:
push:
branches:
- master
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Merge master -> next-moc
uses: devmasx/merge-branch@v1.3.1
with:
type: now
from_branch: master
target_branch: next-moc
github_token: ${{ github.token }}