diff --git a/.github/workflows/release_main.yml b/.github/workflows/release_main.yml index 6e756c7..adceae0 100644 --- a/.github/workflows/release_main.yml +++ b/.github/workflows/release_main.yml @@ -4,6 +4,9 @@ on: branches: - main + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: correct_repository: runs-on: ubuntu-latest @@ -49,6 +52,7 @@ jobs: uses: actions/checkout@v2 with: ref: dev + fetch-depth: 0 ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }} - name: Reset dev branch run: |