Skip to content

Always store events in the blockstore, making this conditional is poi… #28

Always store events in the blockstore, making this conditional is poi…

Always store events in the blockstore, making this conditional is poi… #28

name: sync-master-main
on:
push:
branches:
- master
permissions:
contents: read
jobs:
sync:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: update remote branch main
run: |
# overrides the remote branch (origin:github) `main`
git push origin --force master:main