Skip to content

Commit

Permalink
feat(cdk): enable jog to deploy solis
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed May 26, 2024
1 parent 92bfc8b commit 3007781
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/arkproject-deploy-contracts-mainnet.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: ArkProject Deploy Contracts & Solis Mainnet

on: workflow_dispatch
# on:
# push:
# branches:
# - feat/solis-cd-efs
# on: workflow_dispatch
on:
push:
branches:
- feat/solis-cd-efs

jobs:
deploy-solis:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/solis-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Solis Build & Push

# on:
# push:
# branches:
# - main

on:
push:
branches:
- feat/solis-cd-efs
- main

# on:
# push:
# branches:
# - feat/solis-cd-efs

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 3007781

Please sign in to comment.