Skip to content

Replace Link with Pressable in UserEventsList component for improved… #164

Replace Link with Pressable in UserEventsList component for improved…

Replace Link with Pressable in UserEventsList component for improved… #164

name: Mirror main to preview
on:
push:
branches:
- main
jobs:
sync-branch:
name: Update test branch
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- uses: connor-baer/action-sync-branch@main
with:
branch: preview
token: ${{ secrets.GITHUB_TOKEN }}
force: false