From 58273edeef20e03b6ec3a9c788488b7297b1e1f5 Mon Sep 17 00:00:00 2001 From: kwiss Date: Sun, 7 Jan 2024 15:55:55 +0100 Subject: [PATCH] fix: package install --- .github/workflows/solis-build.yml | 8 ++++---- .github/workflows/solis-deploy.yml | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/solis-build.yml b/.github/workflows/solis-build.yml index 5baf5e156..7c617ef1f 100644 --- a/.github/workflows/solis-build.yml +++ b/.github/workflows/solis-build.yml @@ -1,10 +1,10 @@ name: Solis Build & Push Image to Amazon ECR on: - push: - branches: - - main - # TODO: remove this once merged into main + # push: + # branches: + # - main + # # TODO: remove this once merged into main # pull_request: # types: [synchronize, opened, reopened] diff --git a/.github/workflows/solis-deploy.yml b/.github/workflows/solis-deploy.yml index 6aa666f5a..591bb37e1 100644 --- a/.github/workflows/solis-deploy.yml +++ b/.github/workflows/solis-deploy.yml @@ -1,9 +1,11 @@ name: Solis Deploy CDK Stack on: + push: + branches: + - main pull_request: types: [synchronize, opened, reopened] - # TODO: build order to deploy the arkproject on goerli # 1. Build contracts # 2. Deploy starknet contracts on goerli