diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4bd1bc06468..ecac4dcc2c5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,6 +8,9 @@ "features": { "ghcr.io/devcontainers/features/rust:1": { "version": "1.66.0" + }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" } }, "customizations": { diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc7cc512381..e5e6b365e20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,9 @@ name: Continuous Integration on: + workflow_dispatch: push: branches: [master] - pull_request: - types: [opened, synchronize, reopened] env: CARGO_TERM_COLOR: always @@ -222,4 +221,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: check - args: --release \ No newline at end of file + args: --release