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": [
|
"runArgs": [
|
||||||
"--cap-add=SYS_PTRACE",
|
"--cap-add=SYS_PTRACE",
|
||||||
"--security-opt",
|
"--security-opt",
|
||||||
|
|
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "dev/devcontainer"
|
- "dev/devcontainer"
|
||||||
|
paths:
|
||||||
|
- ".devcontainer/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue