mirror of https://github.com/citusdata/citus.git
only build when devcontainer spec changes + use branch build
parent
ff806b58b2
commit
0ca97d0555
|
@ -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",
|
||||
|
|
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "dev/devcontainer"
|
||||
paths:
|
||||
- ".devcontainer/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue