diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d886cc..6b0fe23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: nix-fast-build --no-nom --max-jobs 6 --skip-cached --attic-cache "$CACHE_REPOSITORY" deploy: needs: build - if: success() && github.ref == 'refs/heads/main' + if: success() && github.ref == 'refs/heads/54-deploy-vms-automatically' runs-on: nix env: SSH_DEPLOY_KEY: "${{ secrets.SSH_DEPLOY_KEY }}"