From 539b052d85f9296dc07fe158f35e8717e253f5cd Mon Sep 17 00:00:00 2001 From: dOrgJelli Date: Tue, 18 Jul 2023 20:16:01 +0200 Subject: [PATCH] chore: update CD --- .github/workflows/cd.yaml | 2 +- .github/workflows/ci.yaml | 2 +- implementations/app-typescript/package.json | 2 +- implementations/plugin-kotlin/package.json | 2 +- implementations/plugin-python/package.json | 2 +- implementations/plugin-rust/package.json | 2 +- implementations/plugin-typescript/package.json | 2 +- implementations/wrap-assemblyscript/package.json | 2 +- implementations/wrap-rust/package.json | 2 +- implementations/wrap-rust/todo | 0 interface/package.json | 2 +- 11 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 implementations/wrap-rust/todo diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 8f037a35..1de96d4d 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -3,7 +3,7 @@ on: pull_request: types: [closed] branches: - - main + - wrap-0.1 jobs: interface: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20db3f8f..dd15b673 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - main + - wrap-0.1 pull_request: jobs: diff --git a/implementations/app-typescript/package.json b/implementations/app-typescript/package.json index 50ab6f74..4d05d962 100644 --- a/implementations/app-typescript/package.json +++ b/implementations/app-typescript/package.json @@ -17,4 +17,4 @@ "ts-jest": "26.5.4", "typescript": "4.9.5" } -} +} \ No newline at end of file diff --git a/implementations/plugin-kotlin/package.json b/implementations/plugin-kotlin/package.json index 022ace67..088aed94 100644 --- a/implementations/plugin-kotlin/package.json +++ b/implementations/plugin-kotlin/package.json @@ -17,4 +17,4 @@ "ts-jest": "26.5.4", "typescript": "4.9.5" } -} +} \ No newline at end of file diff --git a/implementations/plugin-python/package.json b/implementations/plugin-python/package.json index f91a8022..052d6b94 100644 --- a/implementations/plugin-python/package.json +++ b/implementations/plugin-python/package.json @@ -17,4 +17,4 @@ "ts-jest": "26.5.4", "typescript": "4.9.5" } -} +} \ No newline at end of file diff --git a/implementations/plugin-rust/package.json b/implementations/plugin-rust/package.json index 04fb0137..4f64d9eb 100644 --- a/implementations/plugin-rust/package.json +++ b/implementations/plugin-rust/package.json @@ -17,4 +17,4 @@ "ts-jest": "26.5.4", "typescript": "4.9.5" } -} +} \ No newline at end of file diff --git a/implementations/plugin-typescript/package.json b/implementations/plugin-typescript/package.json index 400a52d6..f2eddd24 100644 --- a/implementations/plugin-typescript/package.json +++ b/implementations/plugin-typescript/package.json @@ -17,4 +17,4 @@ "ts-jest": "26.5.4", "typescript": "4.9.5" } -} +} \ No newline at end of file diff --git a/implementations/wrap-assemblyscript/package.json b/implementations/wrap-assemblyscript/package.json index 07aa1cb0..299d2468 100644 --- a/implementations/wrap-assemblyscript/package.json +++ b/implementations/wrap-assemblyscript/package.json @@ -17,4 +17,4 @@ "ts-jest": "26.5.4", "typescript": "4.9.5" } -} +} \ No newline at end of file diff --git a/implementations/wrap-rust/package.json b/implementations/wrap-rust/package.json index a049b5ee..c827390e 100644 --- a/implementations/wrap-rust/package.json +++ b/implementations/wrap-rust/package.json @@ -17,4 +17,4 @@ "ts-jest": "26.5.4", "typescript": "4.9.5" } -} +} \ No newline at end of file diff --git a/implementations/wrap-rust/todo b/implementations/wrap-rust/todo deleted file mode 100644 index e69de29b..00000000 diff --git a/interface/package.json b/interface/package.json index 553fa5ae..0e3b9539 100644 --- a/interface/package.json +++ b/interface/package.json @@ -9,4 +9,4 @@ "build": "npx polywrap build", "deploy": "npx polywrap deploy" } -} +} \ No newline at end of file