diff options
Diffstat (limited to '.ci/ci.json')
-rw-r--r-- | .ci/ci.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci.json b/.ci/ci.json index dc29f8d..e10df80 100644 --- a/.ci/ci.json +++ b/.ci/ci.json @@ -1,3 +1,3 @@ { - "pipeline": ".ci/ci.ts" + "workflow": ".ci/ci.js" } |