only build when devcontainer spec changes + use branch build

pull/7102/head
Nils Dijk 2023-08-01 13:28:37 +00:00
parent ff806b58b2
commit 0ca97d0555
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- "dev/devcontainer"
paths:
- ".devcontainer/**"
workflow_dispatch:
jobs: