Skip to content

fix: Correct seenSteps restart detection and remove dead code #645

fix: Correct seenSteps restart detection and remove dead code

fix: Correct seenSteps restart detection and remove dead code #645

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