Skip to content

style: rename Image web-component (#238) #75

style: rename Image web-component (#238)

style: rename Image web-component (#238) #75

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
jobs:
sync-branch:
name: Sync preview branch
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update preview branch
run: |
git checkout -B preview
git merge main
git push origin preview