Skip to content

Merge pull request #577 from input-output-hk/filip/feat/docusaurus-im… #562

Merge pull request #577 from input-output-hk/filip/feat/docusaurus-im…

Merge pull request #577 from input-output-hk/filip/feat/docusaurus-im… #562

Workflow file for this run

# Now that we're deploying changes directly to master we need
# to make sure staging is kept up to date. This action merges master in to staging
# when we deploy a change to master.
name: Sync multiple branches
on:
push:
branches:
- master
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Merge master -> staging
uses: devmasx/[email protected]
with:
type: now
from_branch: master
target_branch: staging
github_token: ${{ github.token }}