Skip to content

Merge branch 'fix/pipeline-round-priority-and-progress-reporting' #651

Merge branch 'fix/pipeline-round-priority-and-progress-reporting'

Merge branch 'fix/pipeline-round-priority-and-progress-reporting' #651

name: Push master -> devops/deploy-to-dev
on:
# Auto deploy master to dev on push to master
push:
branches:
- 'master'
# Allow manual deployment in github
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
ref: 'master'
ssh-key: ${{ secrets.SSH_KEY }}
- name: Push for deployment
run: |
git push --force origin HEAD:devops/deploy-to-dev