diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c04e2a981..ab01f7787 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/citusdata/citus-devcontainer:dev-20230727", + "image": "ghcr.io/citusdata/citus-devcontainer:dev-devcontainer", "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 584c213d8..a4679d7da 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -4,6 +4,8 @@ on: push: branches: - "dev/devcontainer" + paths: + - ".devcontainer/**" workflow_dispatch: jobs: