Skip to content

Commit

Permalink
fix: package install
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Jan 7, 2024
1 parent efd321c commit 58273ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/solis-build.yml
Original file line number Diff line number Diff line change
@@ -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]

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/solis-deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 58273ed

Please sign in to comment.