Merge pull request #452 from yext/dev/skip-initial-autocomplete-on-fail #164
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: 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 }} |