Skip to content

Merge branch 'release/1.3.1' #152

Merge branch 'release/1.3.1'

Merge branch 'release/1.3.1' #152

name: Sync Main to Storybook Site Branch & Test Site Branch
on:
push:
branches:
- main
jobs:
call_sync_branches:
strategy:
matrix:
target_branch: ["storybook-site", "test-site"]
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_default_branch.yml@v1
with:
target_branch: ${{ matrix.target_branch }}
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}