🎨 visual improvements to capture screen Update UI styling and layout … #166
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |