Skip to content

Commit

Permalink
chore: update CD
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Jul 18, 2023
1 parent da87b70 commit 539b052
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [closed]
branches:
- main
- wrap-0.1

jobs:
interface:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- wrap-0.1
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion implementations/app-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"ts-jest": "26.5.4",
"typescript": "4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion implementations/plugin-kotlin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"ts-jest": "26.5.4",
"typescript": "4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion implementations/plugin-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"ts-jest": "26.5.4",
"typescript": "4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion implementations/plugin-rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"ts-jest": "26.5.4",
"typescript": "4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion implementations/plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"ts-jest": "26.5.4",
"typescript": "4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion implementations/wrap-assemblyscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"ts-jest": "26.5.4",
"typescript": "4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion implementations/wrap-rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"ts-jest": "26.5.4",
"typescript": "4.9.5"
}
}
}
Empty file removed implementations/wrap-rust/todo
Empty file.
2 changes: 1 addition & 1 deletion interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"build": "npx polywrap build",
"deploy": "npx polywrap deploy"
}
}
}

0 comments on commit 539b052

Please sign in to comment.