Skip to content

feat: migrate to ceramic mainnet (#409) #57

feat: migrate to ceramic mainnet (#409)

feat: migrate to ceramic mainnet (#409) #57

Workflow file for this run

name: Sync beta branch
on:
push:
branches:
- 'develop'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: develop
- name: Git config
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Sync beta branch
run: |
git checkout beta
git merge develop --ff-only
git push origin beta